From fc72062db24942888d3ba05925d10347621adcd4 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Fri, 29 Mar 2024 15:21:08 -0400 Subject: [PATCH] Remove downtime page --- 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 a0f84a40..29647c2b 100644 --- a/src/setup/App.tsx +++ b/src/setup/App.tsx @@ -90,7 +90,7 @@ function QueryView() { function App() { useHistoryListener(); useOnlineListener(); - const maintenance = true; // Shows maintance page + const maintenance = false; // Shows maintance page const [showDowntime, setShowDowntime] = useState(maintenance); const handleButtonClick = () => {