From 6bc1f600d0fd037e94830c461781259a00adacac Mon Sep 17 00:00:00 2001 From: nguyentramy1 Date: Mon, 22 Sep 2025 02:56:25 +0700 Subject: [PATCH] fix profile --- .../component/updateform/profile-popup/update-profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/profile/component/updateform/profile-popup/update-profile.ts b/src/app/features/profile/component/updateform/profile-popup/update-profile.ts index f3305975..e1fb0bfc 100644 --- a/src/app/features/profile/component/updateform/profile-popup/update-profile.ts +++ b/src/app/features/profile/component/updateform/profile-popup/update-profile.ts @@ -296,7 +296,7 @@ export class UpdateProfileComponent { this.lastName, formatDateToDDMMYYYY(this.dob), this.bio || '', - this.selectedGender === 'false' ? false : true, + this.selectedGender.value === 'false' ? false : true, this.displayName, Number(this.selectedEducation?.value ?? 0), this.links,