#292 include pronoun overview on home - fix selectMainPronouns

This commit is contained in:
Andrea Vos 2021-12-15 00:55:17 +01:00
parent 1461e23937
commit c4c1ba4777

View File

@ -210,8 +210,7 @@
best[opinion].push(pronoun);
}
}
for (let opinion in best) {
if (!best.hasOwnProperty(opinion)) { continue; }
for (let opinion of [1, 0, 3, 2]) {
if (best[opinion].length) {
return best[opinion];
}