Skip to content

Commit

Permalink
fix(gpu credit): wrong css for credit usage history
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpt239 committed Sep 16, 2024
1 parent 9c3a314 commit e4d14f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/GpuCredit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const GpuCredit: React.FC<{}> = () => {
action: {
name: 'ACTION',
accessor: (data) => data.action,
width: '45%',
width: '35%',
align: 'left'
},
creditUsage: {
Expand Down

0 comments on commit e4d14f4

Please sign in to comment.