diff --git a/web/src/ui/rightpanel/UserExtendedProfile.tsx b/web/src/ui/rightpanel/UserExtendedProfile.tsx index 4c16b55..54bbd9d 100644 --- a/web/src/ui/rightpanel/UserExtendedProfile.tsx +++ b/web/src/ui/rightpanel/UserExtendedProfile.tsx @@ -95,9 +95,7 @@ export default function UserExtendedProfile({ profile, client, userID }: Extende {pronouns.length >= 1 && <>
Pronouns:
- {pronouns.map((pronounSet: PronounSet) => ( - pronounSet.summary || `${pronounSet.subject}/${pronounSet.object}` - )).join("/")} + {pronouns.map((pronounSet: PronounSet) => (pronounSet.summary)).join("/")}
}