diff --git a/apps/portal/src/app/features/profile/pages/ProfilePage.tsx b/apps/portal/src/app/features/profile/pages/ProfilePage.tsx index b2905384f..16c967533 100644 --- a/apps/portal/src/app/features/profile/pages/ProfilePage.tsx +++ b/apps/portal/src/app/features/profile/pages/ProfilePage.tsx @@ -145,7 +145,7 @@ export function ProfilePage() { .unwrap() .then((data) => { setLoadedProfile({ - professionId: data.profession?.id || '', + professionId: data.professionId || data.profession?.id || '', firstName: data.firstName || '', middleName: data.middleName || '', lastName: data.lastName || '',