Skip to content

Commit

Permalink
Update Web.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DinerIsmail committed Sep 27, 2024
1 parent e97e2df commit 13de0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[subdomain]/Web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const Web = ({

if (searchTermValue) {
results = results.filter((item) =>
removeNonAlphaNumeric(item.title)
removeNonAlphaNumeric(item.label)
.toLowerCase()
.includes(searchTermValue.toLowerCase()),
)
Expand Down

0 comments on commit 13de0b5

Please sign in to comment.