Revert size xs

This commit is contained in:
Dirk Klimpel
2023-02-03 18:55:58 +01:00
committed by GitHub
parent fccc52820e
commit 82955e177a
+1 -1
View File
@@ -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 (