[en][pronouns][sources] fix edgecase - generator-created pronoun has a source only based on the main form
This commit is contained in:
parent
f24743e9f6
commit
15ba6f9fae
|
@ -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>
|
||||
|
|
Reference in New Issue