mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
[home][profile] limit selectMainPronouns to first three
This commit is contained in:
parent
b020e64832
commit
c87ec1cd20
@ -212,7 +212,7 @@
|
|||||||
}
|
}
|
||||||
for (let opinion of [1, 0, 3, 2]) {
|
for (let opinion of [1, 0, 3, 2]) {
|
||||||
if (best[opinion].length) {
|
if (best[opinion].length) {
|
||||||
return best[opinion];
|
return best[opinion].slice(0, 3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return [];
|
return [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user