mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
(fix)
This commit is contained in:
parent
ce77ceebcd
commit
89864b50f8
@ -372,8 +372,8 @@ export default {
|
|||||||
if (customOpinion !== undefined
|
if (customOpinion !== undefined
|
||||||
&& customOpinion.colour !== 'grey'
|
&& customOpinion.colour !== 'grey'
|
||||||
&& customOpinion.style !== 'small'
|
&& customOpinion.style !== 'small'
|
||||||
&& !['ban', 'slash'].includes()
|
&& !['ban', 'slash'].includes(customOpinion.icon)
|
||||||
&& (!customOpinion.icon || '').endsWith('-slash')
|
&& !(customOpinion.icon || '').endsWith('-slash')
|
||||||
) {
|
) {
|
||||||
best.push(pronoun);
|
best.push(pronoun);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user