fix: display issue for quota

- DRY up `LogsTable.js` codebase
- Fix formatting in `LogsTable.js`
- Display 'free' for a 0 quota instead of empty string
This commit is contained in:
Laisky.Cai
2024-03-02 01:10:59 +00:00
parent 268690219e
commit a7c43ab248
2 changed files with 6 additions and 2 deletions

View File

@@ -319,7 +319,7 @@ const LogsTable = () => {
}}
width={1}
>
额度
费用
</Table.HeaderCell>
<Table.HeaderCell
style={{ cursor: 'pointer' }}