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(",", " ")}