From f179815c71efad672f9bc98b7e0e70d267e30ffb Mon Sep 17 00:00:00 2001 From: matthew Date: Wed, 19 Oct 2022 01:46:52 +0400 Subject: [PATCH] add mobile version for balance dashboard --- searching-front/app/core/pages/State/State.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searching-front/app/core/pages/State/State.tsx b/searching-front/app/core/pages/State/State.tsx index ab2106e..6845f8a 100644 --- a/searching-front/app/core/pages/State/State.tsx +++ b/searching-front/app/core/pages/State/State.tsx @@ -146,7 +146,7 @@ const State = ({ {new Intl.NumberFormat("en-US", { style: "currency", currency: "USD" }) .format(+i.tonBalance) .replace("$", "") - .replace(",", " ")} + .replaceAll(",", " ")}