Skip to content

Commit

Permalink
fixup! feat(suite-native): use crypto icon with network
Browse files Browse the repository at this point in the history
  • Loading branch information
vytick committed Feb 10, 2025
1 parent 20bf76d commit b1c449b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const TokenAmountFormatter = ({
}: TokenAmountFormatterProps) => {
const decimalValue = convertTokenValueToDecimal(value, decimals);

const formattedValue = `${localizeNumber(decimalValue)} ${tokenSymbol?.toUpperCase()}`;
const formattedValue = `${localizeNumber(decimalValue)} ${tokenSymbol}`;

return (
<AmountText
Expand Down

0 comments on commit b1c449b

Please sign in to comment.