diff --git a/client/src/components/Nav/AccountSettings.tsx b/client/src/components/Nav/AccountSettings.tsx index 921d4b0356..fc76e440a0 100644 --- a/client/src/components/Nav/AccountSettings.tsx +++ b/client/src/components/Nav/AccountSettings.tsx @@ -78,7 +78,8 @@ function AccountSettings() { {startupConfig?.balance?.enabled === true && balanceQuery.data != null && ( <>
- {localize('com_nav_balance')}: {balanceQuery.data.tokenCredits.toFixed(2)} + {localize('com_nav_balance')}:{' '} + {new Intl.NumberFormat().format(Math.round(balanceQuery.data.tokenCredits))}