style: add comma to quota stat

This commit is contained in:
JustSong 2023-05-21 10:15:30 +08:00
parent a3a1b612b0
commit 2eee97e9b6

View File

@ -80,7 +80,7 @@ const TopUp = () => {
<Grid.Column> <Grid.Column>
<Statistic.Group widths='one'> <Statistic.Group widths='one'>
<Statistic> <Statistic>
<Statistic.Value>{userQuota}</Statistic.Value> <Statistic.Value>{userQuota.toLocaleString()}</Statistic.Value>
<Statistic.Label>剩余额度</Statistic.Label> <Statistic.Label>剩余额度</Statistic.Label>
</Statistic> </Statistic>
</Statistic.Group> </Statistic.Group>