Skip to content

Commit

Permalink
fix: added missing name property
Browse files Browse the repository at this point in the history
  • Loading branch information
eemaanamir committed Oct 30, 2024
1 parent 7556e19 commit e9f26d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/profile-v2/data/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const profilePageSelector = createSelector(
requiresParentalConsent: account.requiresParentalConsent,
dateJoined: account.dateJoined,
yearOfBirth: account.yearOfBirth,
name: account.name,

courseCertificates,

Expand Down

0 comments on commit e9f26d0

Please sign in to comment.