From 0a4bffb72aeafeb5d2cc915d4ed907f7005b6356 Mon Sep 17 00:00:00 2001 From: bal7hazar Date: Tue, 17 Dec 2024 23:08:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20extra=20$?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/profile/src/components/inventory/token/token.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/profile/src/components/inventory/token/token.tsx b/packages/profile/src/components/inventory/token/token.tsx index f040daf17..4af310531 100644 --- a/packages/profile/src/components/inventory/token/token.tsx +++ b/packages/profile/src/components/inventory/token/token.tsx @@ -135,7 +135,7 @@ function ERC20() { ) } ${t.meta.symbol}`} description={ - countervalue && `$${formatBalance(countervalue.formatted)} (USD)` + countervalue && `${formatBalance(countervalue.formatted)} (USD)` } icon={