diff --git a/src/setup/App.tsx b/src/setup/App.tsx index e0851911..454011e6 100644 --- a/src/setup/App.tsx +++ b/src/setup/App.tsx @@ -97,7 +97,7 @@ function App() { useHistoryListener(); useOnlineListener(); const { t } = useTranslation(); - const maintenance = true; + const maintenance = false; const [showDowntime, setShowDowntime] = useState(maintenance); const handleButtonClick = () => {