Skip to content
Snippets Groups Projects

Fix dashboard

Merged Albin Henriksson requested to merge 84-wrong-number-of-competitions-in-dashboard into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -181,7 +181,7 @@ const UserManager: React.FC = (props: any) => {
))}
</TableBody>
</Table>
{(!users || users.length === 0) && <Typography>Inga tävlingar hittades med nuvarande filter</Typography>}
{(!users || users.length === 0) && <Typography>Inga användare hittades med nuvarande filter</Typography>}
</TableContainer>
<TablePagination
component="div"
Loading