delete comment
This commit is contained in:
@@ -240,53 +240,10 @@ export default function Dashboard() {
|
|||||||
</CardContent>
|
</CardContent>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
{/* </CardContent> */}
|
|
||||||
</DefaultCard>
|
</DefaultCard>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
) : (
|
) : (
|
||||||
// <Grid container spacing={2}>
|
|
||||||
// <Grid item xs={4}>
|
|
||||||
// {/* <SomethingUsage /> */}
|
|
||||||
// <DefaultCard>
|
|
||||||
// <CardContent>
|
|
||||||
// <Stack direction="column" alignItems="flex-start" justifyContent="space-between" sx={{ mb: 0.6 }}>
|
|
||||||
// <Stack direction="row" alignItems="center" justifyContent="space-between" sx={{ width: '100%' }}>
|
|
||||||
// <Typography variant='h4'>{fCurrency(depositData.deposit)}</Typography>
|
|
||||||
// <Wallet />
|
|
||||||
// </Stack>
|
|
||||||
// <Typography variant='h6'>Deposit</Typography>
|
|
||||||
// </Stack>
|
|
||||||
// </CardContent>
|
|
||||||
// </DefaultCard>
|
|
||||||
// </Grid>
|
|
||||||
// <Grid item xs={4}>
|
|
||||||
// <DefaultCard>
|
|
||||||
// <CardContent>
|
|
||||||
// <Stack direction="column" alignItems="flex-start" justifyContent="space-between" sx={{ mb: 0.6 }}>
|
|
||||||
// <Stack direction="row" alignItems="center" justifyContent="space-between" sx={{ width: '100%' }}>
|
|
||||||
// <Typography variant='h4'>{fCurrency(depositData.limit)}</Typography>
|
|
||||||
// <TrendUp />
|
|
||||||
// </Stack>
|
|
||||||
// <Typography variant='h6'>Limit</Typography>
|
|
||||||
// </Stack>
|
|
||||||
// </CardContent>
|
|
||||||
// </DefaultCard>
|
|
||||||
// </Grid>
|
|
||||||
// <Grid item xs={4}>
|
|
||||||
// <DefaultCard>
|
|
||||||
// <CardContent>
|
|
||||||
// <Stack direction="column" alignItems="flex-start" justifyContent="space-between" sx={{ mb: 0.6 }}>
|
|
||||||
// <Stack direction="row" alignItems="center" justifyContent="space-between" sx={{ width: '100%' }}>
|
|
||||||
// <Typography variant='h4'>{fCurrency(depositData.usage)}</Typography>
|
|
||||||
// <Monet />
|
|
||||||
// </Stack>
|
|
||||||
// <Typography variant='h6'>This Year Usage</Typography>
|
|
||||||
// </Stack>
|
|
||||||
// </CardContent>
|
|
||||||
// </DefaultCard>
|
|
||||||
// </Grid>
|
|
||||||
// </Grid>
|
|
||||||
<Box
|
<Box
|
||||||
display="flex"
|
display="flex"
|
||||||
flexDirection="column"
|
flexDirection="column"
|
||||||
|
|||||||
Reference in New Issue
Block a user