From 46a96b9caa415d5e64ebf4d8f8b3c424f29eb868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A4rt?= Date: Thu, 20 Feb 2025 23:49:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A2=20chore:=20Remove=20Dollar=20Sign?= =?UTF-8?q?=20from=20Balance=20Display=20(#5948)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Nav/AccountSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Nav/AccountSettings.tsx b/client/src/components/Nav/AccountSettings.tsx index 968add12c0..77ed49ce4e 100644 --- a/client/src/components/Nav/AccountSettings.tsx +++ b/client/src/components/Nav/AccountSettings.tsx @@ -80,7 +80,7 @@ function AccountSettings() { !isNaN(parseFloat(balanceQuery.data)) && ( <>
- {localize('com_nav_balance')}: ${parseFloat(balanceQuery.data).toFixed(2)} + {localize('com_nav_balance')}: {parseFloat(balanceQuery.data).toFixed(2)}