mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 14:09:03 -04:00
#292 include pronoun overview on home - fix selectMainPronouns
This commit is contained in:
parent
1461e23937
commit
c4c1ba4777
@ -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];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user