diff --git a/src/app/profile/components/basicInformation.tsx b/src/app/profile/components/basicInformation.tsx index e406d02..fc8c98c 100644 --- a/src/app/profile/components/basicInformation.tsx +++ b/src/app/profile/components/basicInformation.tsx @@ -19,30 +19,45 @@ export default function BasicInformation({ profileData, HighlightIfMissing, onEd
-
+ {profileData.userType === 'personal' && ( +
+
+ +
+ + + {profileData.firstName} + +
+
+
+ +
+ + + {profileData.lastName} + +
+
+
+ )} + {profileData.userType === 'company' && (
- - {profileData.firstName} + + {profileData.contactPersonName}
-
- -
- - - {profileData.lastName} - -
-
-
+ )}