mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
Remove PronounSet.summary fallback
This commit is contained in:
parent
a144b48315
commit
a9384f969d
1 changed files with 1 additions and 3 deletions
|
@ -95,9 +95,7 @@ export default function UserExtendedProfile({ profile, client, userID }: Extende
|
|||
{pronouns.length >= 1 && <>
|
||||
<div>Pronouns:</div>
|
||||
<div>
|
||||
{pronouns.map((pronounSet: PronounSet) => (
|
||||
pronounSet.summary || `${pronounSet.subject}/${pronounSet.object}`
|
||||
)).join("/")}
|
||||
{pronouns.map((pronounSet: PronounSet) => (pronounSet.summary)).join("/")}
|
||||
</div>
|
||||
</>}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue