diff --git a/src/components/AppLayout/AppLayout.tsx b/src/components/AppLayout/AppLayout.tsx index bbfbf4475..128c20a95 100644 --- a/src/components/AppLayout/AppLayout.tsx +++ b/src/components/AppLayout/AppLayout.tsx @@ -439,12 +439,14 @@ const AppLayout: React.FC = ({ children }) => { checked={isDark} onClick={toggleTheme} /> - setNavigatorVisibility(true)} - /> + + setNavigatorVisibility(true)} + /> +