mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
chore: outage over, flick the switch
This commit is contained in:
parent
d3220d7c70
commit
d83455c759
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue