diff --git a/explorer/src/components/account/TokenAccountSection.tsx b/explorer/src/components/account/TokenAccountSection.tsx index 9313c644c1..9f4d28ece9 100644 --- a/explorer/src/components/account/TokenAccountSection.tsx +++ b/explorer/src/components/account/TokenAccountSection.tsx @@ -118,8 +118,11 @@ function MintAccountCard({ {info.mintAuthority === null ? "Fixed Supply" : "Current Supply"} - {normalizeTokenAmount(info.supply, info.decimals).toFixed( - info.decimals + {normalizeTokenAmount(info.supply, info.decimals).toLocaleString( + "en-US", + { + minimumFractionDigits: info.decimals, + } )}