mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-10-31 22:03:41 +08:00 
			
		
		
		
	style: add comma to quota stat
This commit is contained in:
		| @@ -80,7 +80,7 @@ const TopUp = () => { | ||||
|         <Grid.Column> | ||||
|           <Statistic.Group widths='one'> | ||||
|             <Statistic> | ||||
|               <Statistic.Value>{userQuota}</Statistic.Value> | ||||
|               <Statistic.Value>{userQuota.toLocaleString()}</Statistic.Value> | ||||
|               <Statistic.Label>剩余额度</Statistic.Label> | ||||
|             </Statistic> | ||||
|           </Statistic.Group> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user