mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Remove maintance banner
This commit is contained in:
parent
5584cf5052
commit
234570de16
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function App() {
|
||||||
useHistoryListener();
|
useHistoryListener();
|
||||||
useOnlineListener();
|
useOnlineListener();
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const maintenance = true;
|
const maintenance = false;
|
||||||
const [showDowntime, setShowDowntime] = useState(maintenance);
|
const [showDowntime, setShowDowntime] = useState(maintenance);
|
||||||
|
|
||||||
const handleButtonClick = () => {
|
const handleButtonClick = () => {
|
||||||
|
|
Loading…
Reference in a new issue