[en][pronouns][sources] fix edgecase - generator-created pronoun has a source only based on the main form

This commit is contained in:
Andrea 2022-02-17 10:25:41 +01:00
parent f24743e9f6
commit 15ba6f9fae
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<T>pronouns.alt.header</T>
<small>({{ option.replace(/&/g, glue) }})</small>
</span>
<span v-else-if="option">
<span v-else-if="option && getPronoun(pronouns, option)">
{{ getPronoun(pronouns, option).description }}
<small>({{ getPronoun(pronouns, option).name(glue) }})</small>
</span>