From bf1b8a3cd124e18ca6bd6f561a5213b066531bd2 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Sun, 10 Mar 2024 19:52:20 -0400 Subject: [PATCH] Cloudflare transition downtime notice (turn dat jawn off) --- 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 2aff3edb..a2440ef8 100644 --- a/src/setup/App.tsx +++ b/src/setup/App.tsx @@ -88,7 +88,7 @@ function QueryView() { function App() { useHistoryListener(); useOnlineListener(); - const maintenance = true; // Changing to true shows maintenance page + const maintenance = false; // Changing to true shows maintenance page const [showDowntime, setShowDowntime] = useState(maintenance); const handleButtonClick = () => {