Update sidebar state

This commit is contained in:
LukeGus
2025-09-05 22:28:42 -05:00
parent 5e87983235
commit fee5961482

View File

@@ -16,7 +16,7 @@ function getCookie(name: string) {
const AppContent: FC = () => {
const {tabs, currentTab, getTab} = useTabs();
const [isSidebarOpen, setIsSidebarOpen] = React.useState(false);
const [isSidebarOpen, setIsSidebarOpen] = React.useState(true);
const [ready, setReady] = React.useState(true);
const [isAuthenticated, setIsAuthenticated] = useState(false);