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 9f2424a commit f24ed53
Show file tree
Hide file tree
Showing 13 changed files with 669 additions and 641 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 f24ed53

Please sign in to comment.