1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-29 16:07:40 +01:00

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

View file

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