mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33: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 && <>
|
{pronouns.length >= 1 && <>
|
||||||
<div>Pronouns:</div>
|
<div>Pronouns:</div>
|
||||||
<div>
|
<div>
|
||||||
{pronouns.map((pronounSet: PronounSet) => (
|
{pronouns.map((pronounSet: PronounSet) => (pronounSet.summary)).join("/")}
|
||||||
pronounSet.summary || `${pronounSet.subject}/${pronounSet.object}`
|
|
||||||
)).join("/")}
|
|
||||||
</div>
|
</div>
|
||||||
</>}
|
</>}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue