From 9213f30392d75fb7031f65d250664956aa30be56 Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:19:17 -0400 Subject: [PATCH] Update App.tsx --- 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 = () => {