1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Update App.tsx

This commit is contained in:
Captain Jack Sparrow 2024-03-31 16:19:17 -04:00 committed by GitHub
parent e00885caa4
commit 9213f30392
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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