feat: show current plan name in usage information

This commit is contained in:
Ali BARIN
2023-03-07 20:48:57 +00:00
parent 7676bc5836
commit 4567ca8fce
5 changed files with 13 additions and 0 deletions

View File

@@ -18,6 +18,14 @@ export default function UsageDataInformation() {
<TableContainer component={Paper}>
<Table>
<TableBody>
<TableRow>
<TableCell component="td" scope="row">
Current plan
</TableCell>
<TableCell align="right" sx={{ fontWeight: 500 }}>{usageData.name}</TableCell>
</TableRow>
<TableRow>
<TableCell component="td" scope="row">
Total allowed task count