Skip to content

Commit

Permalink
Remove unused key in token search for swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
wachunei committed Nov 16, 2020
1 parent 4bb4bcb commit 54c17c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/UI/Swaps/components/TokenSelectModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function TokenSelectModal({
distance: 100,
maxPatternLength: 32,
minMatchCharLength: 1,
keys: [{ name: 'name', weight: 0.5 }, { name: 'symbol', weight: 0.5 }, { name: 'address', weight: 0.5 }]
keys: ['symbol', 'address']
}),
[filteredTokens]
);
Expand Down

0 comments on commit 54c17c2

Please sign in to comment.