From 50614484d8f9f841e20338876f76b30eff541eac Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 14 Oct 2025 21:06:08 +0200 Subject: [PATCH] Move last above social links --- web/components/profile-about.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/profile-about.tsx b/web/components/profile-about.tsx index 72c3f48d..7ea4128f 100644 --- a/web/components/profile-about.tsx +++ b/web/components/profile-about.tsx @@ -80,8 +80,8 @@ export default function ProfileAbout(props: { text={profile.is_vegetarian_or_vegan ? 'Vegetarian/Vegan' : null} /> - {!isCurrentUser && } + ) }