From faeb912e0faf33a8f121ad56d0841a4b740a838c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=AB=C3=B8ba?= <106074508+EchoDex@users.noreply.github.com> Date: Wed, 25 Dec 2024 15:29:44 +0400 Subject: [PATCH] chore: close frontend (#238) --- src/providers/UnderConstructionProvider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/UnderConstructionProvider.tsx b/src/providers/UnderConstructionProvider.tsx index 673b1b6c..8684a442 100644 --- a/src/providers/UnderConstructionProvider.tsx +++ b/src/providers/UnderConstructionProvider.tsx @@ -15,7 +15,7 @@ export const UnderConstructionProvider: React.FC // const { flagsReady } = useFlagsStatus(); const flagsReady = true; - const isUnderConstruction = false; + const isUnderConstruction = true; if (!flagsReady) { return ;