Simplify dashboard code
This commit is contained in:
@@ -11,7 +11,7 @@ export default function BaseAuthenticatedPage(): React.ReactElement {
|
||||
const theme = useTheme();
|
||||
|
||||
const [isDesktopNavigationExpanded, setIsDesktopNavigationExpanded] =
|
||||
React.useState(true);
|
||||
React.useState(false);
|
||||
const [isMobileNavigationExpanded, setIsMobileNavigationExpanded] =
|
||||
React.useState(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user