#292 include pronoun overview on home - fix selectMainPronouns

This commit is contained in:
Andrea 2021-12-15 00:55:17 +01:00
parent 3a69edcb0a
commit 532bcbd697
1 changed files with 1 additions and 2 deletions

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];
}