--
This commit is contained in:
parent
5583b20197
commit
e0146e779a
@ -181,9 +181,9 @@ export default function StatisticSchild() {
|
||||
</TableRow>
|
||||
</TableHead>
|
||||
<TableBody>
|
||||
<TableCell sx={{color: "inherit"}} align="center">{statistic[0].ID}</TableCell>
|
||||
<TableCell sx={{color: "inherit"}} align="center">{statistic[0].Regs}</TableCell>
|
||||
<TableCell sx={{color: "inherit"}} align="center">{statistic[0].Money}</TableCell>
|
||||
<TableCell sx={{color: "inherit"}} align="center">{statistic[0]?.ID}</TableCell>
|
||||
<TableCell sx={{color: "inherit"}} align="center">{statistic[0]?.Regs}</TableCell>
|
||||
<TableCell sx={{color: "inherit"}} align="center">{statistic[0]?.Money}</TableCell>
|
||||
</TableBody>
|
||||
</Table>
|
||||
</LocalizationProvider>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user