From c9f6cf708e431ec65277c1532c540bb3d2ca4658 Mon Sep 17 00:00:00 2001 From: "Albert (AJ) St. Aubin" Date: Mon, 2 Aug 2021 14:29:39 -0400 Subject: [PATCH] fix: Demographics section will now show when enabled --- src/account-settings/data/service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/account-settings/data/service.js b/src/account-settings/data/service.js index c131808..f7a0339 100644 --- a/src/account-settings/data/service.js +++ b/src/account-settings/data/service.js @@ -225,7 +225,7 @@ export async function getSettings(username, userRoles, userId) { profileDataManager, timeZones, coaching, - shouldDisplayDemographicsQuestions: shouldDisplayDemographicsQuestionsResponse, + shouldDisplayDemographicsSection: shouldDisplayDemographicsQuestionsResponse, ...demographics, demographicsOptions, ...verifiedName,