[bug][profile] fix pronouns not displayed

This commit is contained in:
Andrea Vos 2020-11-12 17:32:58 +01:00
parent 2efc91ed80
commit 46310d0964

View File

@ -148,7 +148,7 @@
pronounOpinions.push({
link,
pronoun: pronounEntity,
opinion: this.profile.pronouns[pronounEntity],
opinion: this.profile.pronouns[pronoun],
});
}
}