diff --git a/app/profiles/[id]/page.tsx b/app/profiles/[id]/page.tsx index 7f6b7d52..50abba32 100644 --- a/app/profiles/[id]/page.tsx +++ b/app/profiles/[id]/page.tsx @@ -119,6 +119,13 @@ export default function Post() { )} + {user?.profile?.occupation && ( +
+

Occupation

+

{user.profile.occupation}

+
+ )} + {user?.profile?.personalityType && (

Personality Type