mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-08 15:13:42 +08:00
修复渠道余额显示问题
This commit is contained in:
@@ -134,7 +134,7 @@ const ChannelsTable = () => {
|
||||
<Tag color='white' type='ghost' size='large'>{renderQuota(record.used_quota)}</Tag>
|
||||
</Tooltip>
|
||||
<Tooltip content={'剩余额度,点击更新'}>
|
||||
<Tag color='white' type='ghost' size='large' onClick={() => {updateChannelBalance(record)}}>{renderQuota(record.balance)}</Tag>
|
||||
<Tag color='white' type='ghost' size='large' onClick={() => {updateChannelBalance(record)}}>${record.balance}</Tag>
|
||||
</Tooltip>
|
||||
</Space>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user