We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99ca13 commit 37d5c9cCopy full SHA for 37d5c9c
frontend/src/components/contexts/GlobalSettingsContext.tsx
@@ -27,7 +27,7 @@ export const GlobalSettingsProvider: React.FC<
27
return;
28
}
29
30
- const features = info?.data?.response.enabledFeatures;
+ const features = info?.data?.response?.enabledFeatures;
31
32
if (features) {
33
setValue({
0 commit comments