Skip to content
Snippets Groups Projects

Fix wrong text

Merged Albin Henriksson requested to merge 83-no-competitions-found-in-users 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