Skip to content

Commit

Permalink
fix(suite): known tokens named as URLs are not blurred
Browse files Browse the repository at this point in the history
  • Loading branch information
izmy authored and tomasklim committed Jan 28, 2025
1 parent bef1b3c commit 3588934
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const TokenRow = ({
size={24}
shouldTryToFetch={isTokenKnown}
/>
<BlurUrls text={token.name} />
{isTokenKnown ? token.name : <BlurUrls text={token.name} />}
</Row>
</Table.Cell>
<Table.Cell>
Expand Down

0 comments on commit 3588934

Please sign in to comment.