#292 include pronoun overview on home - fix selectMainPronouns
This commit is contained in:
parent
3a69edcb0a
commit
532bcbd697
|
@ -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];
|
||||
}
|
||||
|
|
Reference in New Issue