up
This commit is contained in:
@@ -140,7 +140,7 @@ export default function Dashboard() {
|
||||
direction="row"
|
||||
alignItems="center"
|
||||
justifyContent="space-between"
|
||||
sx={{ width: '100%' }}
|
||||
sx={{ width: '100%', marginBottom: '10px' }}
|
||||
>
|
||||
<Typography variant="h4">{fCurrency(depositData.deposit)}</Typography>
|
||||
<Wallet />
|
||||
@@ -228,7 +228,7 @@ export default function Dashboard() {
|
||||
direction="row"
|
||||
alignItems="center"
|
||||
justifyContent="space-between"
|
||||
sx={{ width: '100%' }}
|
||||
sx={{ width: '100%', marginBottom: '10px' }}
|
||||
>
|
||||
<Typography variant="h4">{fCurrency(depositData.usage)}</Typography>
|
||||
<Send />
|
||||
|
||||
Reference in New Issue
Block a user