This commit is contained in:
Tamara 2024-04-25 02:43:59 +03:00
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>