mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-29 16:04:38 -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);
|
best[opinion].push(pronoun);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (let opinion in best) {
|
for (let opinion of [1, 0, 3, 2]) {
|
||||||
if (!best.hasOwnProperty(opinion)) { continue; }
|
|
||||||
if (best[opinion].length) {
|
if (best[opinion].length) {
|
||||||
return best[opinion];
|
return best[opinion];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user