chore: outage over, flick the switch

pull/1049/head
Paul Makles 2022-03-01 19:44:38 +00:00
parent f7cb6b1c29
commit c3a7d09969
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export default function App() {
path.startsWith("/invite") ||
path.includes("/settings");
const [statusBar, setStatusBar] = useState(true);
const [statusBar, setStatusBar] = useState(false);
return (
<>