Merge pull request #472 from edx/aj/fix_demographics

fix: Demographics section will now show when enabled
This commit is contained in:
Albert (AJ) St. Aubin
2021-08-02 14:42:50 -04:00
committed by GitHub

View File

@@ -225,7 +225,7 @@ export async function getSettings(username, userRoles, userId) {
profileDataManager,
timeZones,
coaching,
shouldDisplayDemographicsQuestions: shouldDisplayDemographicsQuestionsResponse,
shouldDisplayDemographicsSection: shouldDisplayDemographicsQuestionsResponse,
...demographics,
demographicsOptions,
...verifiedName,