Skip to content

Commit

Permalink
fix tron prefix search
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Dec 6, 2023
1 parent dc7e1ab commit 749caa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Update/Search.elm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ filterByPrefix input result =
(\currency ->
let
addr =
if Data.isAccountLike (String.toLower currency.currency) then
if String.toLower currency.currency == "eth" then
String.toLower input

else
Expand Down

0 comments on commit 749caa8

Please sign in to comment.