Skip to content

Commit

Permalink
style: linted
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Nov 17, 2023
1 parent 5d45b23 commit 87bf0db
Show file tree
Hide file tree
Showing 14 changed files with 670 additions and 648 deletions.
2 changes: 1 addition & 1 deletion src/components/elements/input/token/selector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
const queryMatches = String(token.name)
.toLowerCase()
.includes(query.toLowerCase())
return (
blockchainMatches &&
(queryExists || queryMatches) &&
Expand Down
Loading

0 comments on commit 87bf0db

Please sign in to comment.