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

Remove downtime page

This commit is contained in:
Cooper Ransom 2024-03-29 15:21:08 -04:00
parent 82cba14db1
commit fc72062db2

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