diff --git a/management/src/App.tsx b/management/src/App.tsx index 80fc0a4..0fc5c80 100644 --- a/management/src/App.tsx +++ b/management/src/App.tsx @@ -183,14 +183,16 @@ function App() { return ( <> - setSidebarOpen(true)} - > - - + {!sidebarOpen && ( + setSidebarOpen(true)} + > + + + )} {sidebarOpen && (