From 5295b3e4565df917195f2bde1b9b5ca4052c7639 Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Sun, 31 Mar 2024 13:15:42 -0400 Subject: [PATCH] enable the downtime thing --- src/setup/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup/App.tsx b/src/setup/App.tsx index 29647c2b..a0f84a40 100644 --- a/src/setup/App.tsx +++ b/src/setup/App.tsx @@ -90,7 +90,7 @@ function QueryView() { function App() { useHistoryListener(); useOnlineListener(); - const maintenance = false; // Shows maintance page + const maintenance = true; // Shows maintance page const [showDowntime, setShowDowntime] = useState(maintenance); const handleButtonClick = () => {