Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
JibrilExe committed Mar 12, 2024
1 parent b474f58 commit 6d1e576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function Header(): JSX.Element {
<Button color="inherit">{t('login')}</Button>
</Toolbar>
</AppBar>
<DrawerMenu open={open} onClose={() => setOpen(false)} listItems={listItems} navigate={navigate} />
<DrawerMenu open={open} onClose={() => setOpen(false)} listItems={listItems} />
</Box>
);
}
Expand Down

0 comments on commit 6d1e576

Please sign in to comment.