Skip to content

Commit

Permalink
feat: auth page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilumilak committed Dec 26, 2024
1 parent 14754db commit bff3c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/contexts/GlobalSettingsContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit bff3c12

Please sign in to comment.