Skip to content

Commit

Permalink
fix(suite): tokens balance without ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Oct 4, 2024
1 parent 8eca23a commit b79b4e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ export const TokenRow = ({
<FormattedCryptoAmount
value={token.balance}
symbol={formatTokenSymbol(token.symbol || '')}
isBalance
/>
</Text>
</Column>
Expand Down

0 comments on commit b79b4e2

Please sign in to comment.