add static code analysis

This commit is contained in:
Johannes Kirschbauer
2023-08-19 10:11:14 +02:00
parent 4074091ca4
commit 33f85380ae
11 changed files with 77 additions and 33 deletions

View File

@@ -235,7 +235,7 @@ function EnhancedTableToolbar(props: EnhancedTableToolbarProps) {
{ name: "Offline", value: offline, color: theme.palette.error.main },
{ name: "Pending", value: pending, color: theme.palette.warning.main },
];
}, [tableData]);
}, [tableData, theme]);
const cardData = React.useMemo(() => {
return pieData