mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00: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