diff --git a/src/app/features/profile/components/profile-information/profile-information.component.html b/src/app/features/profile/components/profile-information/profile-information.component.html index 065eb33e7..27c9d715e 100644 --- a/src/app/features/profile/components/profile-information/profile-information.component.html +++ b/src/app/features/profile/components/profile-information/profile-information.component.html @@ -21,8 +21,8 @@

{{ currentUser()?.fullName }}

-
-
+
+
@if (currentUser()?.social?.orcid) {
orcid @@ -39,9 +39,9 @@

{{ currentUser()?.fullName }}

@if (isEmploymentAndEducationVisible()) { -
+
@if (currentUser()?.education?.length) { -
+

{{ currentUser()?.education?.[0]?.institution }}