🐛 Fix conditions for other icons (#20942)

This commit is contained in:
DiamondYuan 2020-01-16 23:29:40 +08:00 committed by 二货机器人
parent a46c0c3363
commit 1fbc2d3fe9

View File

@ -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,