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