style: add comma to quota stat
This commit is contained in:
parent
a3a1b612b0
commit
2eee97e9b6
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user