diff --git a/site/theme/template/IconDisplay/fields.ts b/site/theme/template/IconDisplay/fields.ts index d85400ffcd..2e0f954bfe 100644 --- a/site/theme/template/IconDisplay/fields.ts +++ b/site/theme/template/IconDisplay/fields.ts @@ -204,7 +204,7 @@ const logo = [ const datum = [...direction, ...suggestion, ...editor, ...data, ...logo]; -const other = all.filter(n => datum.includes(n)); +const other = all.filter(n => !datum.includes(n)); export const categories = { direction,