From 687f554b3dcda1105bd7d90f0c10e5f9bdfc71e8 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 31 Jul 2025 03:00:49 +0200 Subject: [PATCH] Add occupation --- app/profiles/[id]/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) 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