Skip to content

Commit

Permalink
chore: fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Oct 17, 2023
1 parent 55d2528 commit b2dd6b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function TokenSearchResults({
})
}, [onInputPressEnter, updateSelectTokenWidget])

if (isTokenNotFound) return <styledEl.TokenNotFound>No tokens found for in {networkName}</styledEl.TokenNotFound>
if (isTokenNotFound) return <styledEl.TokenNotFound>No tokens found in {networkName}</styledEl.TokenNotFound>

return (
<CommonListContainer id="currency-list">
Expand Down

0 comments on commit b2dd6b3

Please sign in to comment.