diff --git a/web/src/app.tsx b/web/src/app.tsx index dc4a85938..34c0da4cf 100644 --- a/web/src/app.tsx +++ b/web/src/app.tsx @@ -18,6 +18,7 @@ export default function App() {
+ {!config ? (
@@ -25,7 +26,6 @@ export default function App() { ) : (
-
diff --git a/web/src/components/AppBar.jsx b/web/src/components/AppBar.jsx index 78711a45d..1003fee55 100644 --- a/web/src/components/AppBar.jsx +++ b/web/src/components/AppBar.jsx @@ -38,7 +38,7 @@ export default function AppBar({ title: Title, overflowRef, onOverflowClick }) { return (