Skip to content

Commit

Permalink
🐛 Fix extra $
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Dec 17, 2024
1 parent 8c6ab69 commit 0a4bffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/profile/src/components/inventory/token/token.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function ERC20() {
)
} ${t.meta.symbol}`}
description={
countervalue && `$${formatBalance(countervalue.formatted)} (USD)`
countervalue && `${formatBalance(countervalue.formatted)} (USD)`
}
icon={
<img
Expand Down

0 comments on commit 0a4bffb

Please sign in to comment.