Update App.tsx

This commit is contained in:
Captain Jack Sparrow 2024-03-31 15:12:31 -04:00 committed by GitHub
parent 5295b3e456
commit e00885caa4
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() { function App() {
useHistoryListener(); useHistoryListener();
useOnlineListener(); useOnlineListener();
const maintenance = true; // Shows maintance page const maintenance = false; // Shows maintance page
const [showDowntime, setShowDowntime] = useState(maintenance); const [showDowntime, setShowDowntime] = useState(maintenance);
const handleButtonClick = () => { const handleButtonClick = () => {