We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ad383 commit 1108cafCopy full SHA for 1108caf
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