diff --git a/web/src/ui/rightpanel/UserExtendedProfile.tsx b/web/src/ui/rightpanel/UserExtendedProfile.tsx index 236e1ef..e745f53 100644 --- a/web/src/ui/rightpanel/UserExtendedProfile.tsx +++ b/web/src/ui/rightpanel/UserExtendedProfile.tsx @@ -105,7 +105,7 @@ const UserExtendedProfile = ({ profile, refreshProfile, client, userID }: Extend } {pronouns.length > 0 && <>
Pronouns:
-
{pronouns.map(pronounSet => ensureString(pronounSet.summary)).join(" / ")}
+
{pronouns.map(pronounSet => ensureString(pronounSet.summary)).join(", ")}
}