We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb35bc8 commit 19dc960Copy full SHA for 19dc960
1 file changed
gcs/src/components/mainContent.jsx
@@ -46,7 +46,7 @@ export default function AppContent() {
46
{renderUI && <Toolbar />}
47
<ErrorBoundary fallbackRender={ErrorBoundaryFallback}>
48
<SettingsModal />
49
- <Navbar className="no-drag" />
+ {renderUI && <Navbar className="no-drag" />}
50
<Routes>
51
<Route
52
path="/"
0 commit comments