pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update App.tsx

authored by

Captain Jack Sparrow and committed by
GitHub
9213f303 e00885ca

+1 -1
+1 -1
src/setup/App.tsx
··· 90 90 function App() { 91 91 useHistoryListener(); 92 92 useOnlineListener(); 93 - const maintenance = false; // Shows maintance page 93 + const maintenance = true; // Shows maintance page 94 94 const [showDowntime, setShowDowntime] = useState(maintenance); 95 95 96 96 const handleButtonClick = () => {