Skip to content

Commit

Permalink
Revert size xs
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel authored Feb 3, 2023
1 parent fccc528 commit 82955e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import DefaultIcon from "@mui/icons-material/ViewList";
import LabelIcon from "@mui/icons-material/Label";

const Menu = ({ onMenuClick, logout }) => {
const isXSmall = useMediaQuery(theme => theme.breakpoints.down("sm"));
const isXSmall = useMediaQuery(theme => theme.breakpoints.down("xs"));
const open = useSelector(state => state.admin.ui.sidebarOpen);
const resources = useSelector(getResources);
return (
Expand Down

0 comments on commit 82955e1

Please sign in to comment.