Skip to content

Commit 2971294

Browse files
authored
Merge pull request #237 from CapstoneProjectCMC/feature/ulr-user-learning-resources
fix profile
2 parents 67021e2 + 6bc1f60 commit 2971294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/profile/component/updateform/profile-popup/update-profile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export class UpdateProfileComponent {
296296
this.lastName,
297297
formatDateToDDMMYYYY(this.dob),
298298
this.bio || '',
299-
this.selectedGender === 'false' ? false : true,
299+
this.selectedGender.value === 'false' ? false : true,
300300
this.displayName,
301301
Number(this.selectedEducation?.value ?? 0),
302302
this.links,

0 commit comments

Comments
 (0)