Skip to content

Commit

Permalink
Set menuMemo in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeart81 committed Jul 2, 2024
1 parent 22c0b58 commit 6ab066b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/PageLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const PageLayout = ({ menu, breadcrumbs, children }) => {
onClose={() => setOpenDrawer(false)}
classes={{ paper: classes.mobileDrawer }}
>
{menu}
{menuMemo}
</Drawer>
<AppBar className={classes.mobileToolbar} position="static" color="inherit">
<Toolbar>
Expand Down

0 comments on commit 6ab066b

Please sign in to comment.