enable the downtime thing

This commit is contained in:
Captain Jack Sparrow 2024-03-31 13:15:42 -04:00 committed by GitHub
parent e73302b86e
commit 5295b3e456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 = () => {