From 0f2841f8aaeea6378150def498bd5f67fe106d3d Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 21:03:02 +0000 Subject: [PATCH] Reorder profile metadata --- src/pages/Profile.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Profile.tsx b/src/pages/Profile.tsx index c8c5f84d..1ef413b6 100644 --- a/src/pages/Profile.tsx +++ b/src/pages/Profile.tsx @@ -387,15 +387,15 @@ export default function Profile() { })} - {/* Show personal location if available and privacy allows */} - {profile.personal_location && } - {/* Show pronouns if enabled */} {profile.show_pronouns && profile.preferred_pronouns &&
{profile.preferred_pronouns}
} + {/* Show personal location if available and privacy allows */} + {profile.personal_location && } + {/* Show location only if privacy allows */} {profile.location && }