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 cde9241 commit 036c04fCopy full SHA for 036c04f
src/apps/onboarding/src/redux/actions/member.ts
@@ -161,7 +161,7 @@ export const fetchMemberTraits: any = () => async (dispatch: any) => {
161
const personalizations: PersonalizationInfo[] = personalizationExpValue.map((e: any) => _.omitBy({
162
...e,
163
availableForGigs: e.availableForGigs,
164
- profileSelfTitle: e.profileSelfTitle,
+ profileSelfTitle: e.personalization[0]?.profileSelfTitle || e.profileSelfTitle,
165
referAs: e.referAs,
166
shortBio: e.shortBio,
167
}, _.isUndefined))
0 commit comments