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)}