fix dashboard table
This commit is contained in:
@@ -127,7 +127,7 @@ export default function CardBalance(props: CardBalanceProps) {
|
||||
</Typography>
|
||||
</Typography>
|
||||
<Typography sx={{ typography: 'caption', color: '#637381' }}>
|
||||
{lockLimit ? lockLimit.balance : 0}
|
||||
{lockLimit ? lockLimit.balance : 0} / {myLimit ? myLimit.total : 0}
|
||||
</Typography>
|
||||
</Stack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user