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 && }