This commit is contained in:
Andrea Vos 2024-02-07 20:33:37 +01:00
parent ce77ceebcd
commit 89864b50f8

View File

@ -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);
}