mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
Cloudflare transition downtime notice (turn dat jawn off)
This commit is contained in:
parent
2e4d3ac832
commit
bf1b8a3cd1
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ function QueryView() {
|
|||
function App() {
|
||||
useHistoryListener();
|
||||
useOnlineListener();
|
||||
const maintenance = true; // Changing to true shows maintenance page
|
||||
const maintenance = false; // Changing to true shows maintenance page
|
||||
const [showDowntime, setShowDowntime] = useState(maintenance);
|
||||
|
||||
const handleButtonClick = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue