This commit is contained in:
Johannes Kirschbauer
2023-10-03 10:56:35 +02:00
parent b27dad1cc4
commit a461024f82
6 changed files with 22 additions and 22 deletions

View File

@@ -105,7 +105,9 @@ export default function RootLayout({
<AppContext.Consumer>
{(appState) => {
const showSidebarDerived = Boolean(
showSidebar && !appState.isLoading && appState.data.isJoined
showSidebar &&
!appState.isLoading &&
appState.data.isJoined,
);
return (
<>