diff --git a/src/pages/additional-service/payout/list-page.tsx b/src/pages/additional-service/payout/list-page.tsx index 8d94c5f..f48b6ef 100644 --- a/src/pages/additional-service/payout/list-page.tsx +++ b/src/pages/additional-service/payout/list-page.tsx @@ -269,7 +269,7 @@ export const PayoutListPage = () => {
{t('additionalService.payout.depositBalance')} - {t('home.money', { value: 50000000 })} + {t('home.money', { value: new Intl.NumberFormat('en-US').format(50000000) })}