mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
🐛 Fix conditions for other icons (#20942)
This commit is contained in:
parent
a46c0c3363
commit
1fbc2d3fe9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user