Skip to content

Commit b445ec7

Browse files
authored
using incorrect value to render name (#63)
1 parent c6be06c commit b445ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TTX.Web/routes/(_islands)/Search.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export default function SearchModal(
200200
<span class="text-xl font-semibold {index === selectedIndex
201201
? 'text-purple-500'
202202
: ''}">
203-
{result.name}
203+
{item.name}
204204
</span>
205205
{item.ticker && (
206206
<span

0 commit comments

Comments
 (0)