Skip to content

Commit c8365fb

Browse files
NilumilakHaarolean
authored andcommitted
feat: auth page
1 parent 9f6ad2f commit c8365fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/contexts/GlobalSettingsContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const GlobalSettingsProvider: React.FC<
2727
return;
2828
}
2929

30-
const features = info?.data?.response.enabledFeatures;
30+
const features = info?.data?.response?.enabledFeatures;
3131

3232
if (features) {
3333
setValue({

0 commit comments

Comments
 (0)