From 725261335c640d0b0387e4a55be00fa5071be602 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 23 Oct 2025 14:16:50 +0200 Subject: [PATCH] Reorder about --- web/components/profile-about.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/components/profile-about.tsx b/web/components/profile-about.tsx index 5b8f0e73..494c8a22 100644 --- a/web/components/profile-about.tsx +++ b/web/components/profile-about.tsx @@ -58,13 +58,12 @@ export default function ProfileAbout(props: { > - + + } text={profile.political_beliefs?.map(belief => REVERTED_POLITICAL_CHOICES[belief])} /> - - } text={profile.religious_beliefs} @@ -81,6 +80,7 @@ export default function ProfileAbout(props: { icon={} text={profile.is_vegetarian_or_vegan ? 'Vegetarian/Vegan' : null} /> + {!isCurrentUser && }