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:
parent
82cba14db1
commit
fc72062db2
1 changed files with 1 additions and 1 deletions
|
@ -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 = () => {
|
||||
|
|
Loading…
Reference in a new issue