Skip to content

Commit 91fd9e7

Browse files
committed
2 parents c033134 + 2971294 commit 91fd9e7

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
@@ -290,7 +290,7 @@ export class UpdateProfileComponent {
290290
this.lastName,
291291
formatDateToDDMMYYYY(this.dob),
292292
this.bio || '',
293-
this.selectedGender === 'false' ? false : true,
293+
this.selectedGender.value === 'false' ? false : true,
294294
this.displayName,
295295
Number(this.selectedEducation?.value ?? 0),
296296
this.links,

0 commit comments

Comments
 (0)