mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
enable the downtime thing
This commit is contained in:
parent
e73302b86e
commit
5295b3e456
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ function QueryView() {
|
||||||
function App() {
|
function App() {
|
||||||
useHistoryListener();
|
useHistoryListener();
|
||||||
useOnlineListener();
|
useOnlineListener();
|
||||||
const maintenance = false; // Shows maintance page
|
const maintenance = true; // Shows maintance page
|
||||||
const [showDowntime, setShowDowntime] = useState(maintenance);
|
const [showDowntime, setShowDowntime] = useState(maintenance);
|
||||||
|
|
||||||
const handleButtonClick = () => {
|
const handleButtonClick = () => {
|
||||||
|
|
Loading…
Reference in a new issue