From c8365fbc3548deae0a0d5bc322b192d8216f6508 Mon Sep 17 00:00:00 2001 From: Renat Kalimulin Date: Thu, 26 Dec 2024 22:40:51 +0300 Subject: [PATCH] feat: auth page --- frontend/src/components/contexts/GlobalSettingsContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/contexts/GlobalSettingsContext.tsx b/frontend/src/components/contexts/GlobalSettingsContext.tsx index dc8d0dc53..5e906c292 100644 --- a/frontend/src/components/contexts/GlobalSettingsContext.tsx +++ b/frontend/src/components/contexts/GlobalSettingsContext.tsx @@ -27,7 +27,7 @@ export const GlobalSettingsProvider: React.FC< return; } - const features = info?.data?.response.enabledFeatures; + const features = info?.data?.response?.enabledFeatures; if (features) { setValue({