mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix: delete Chinese locale (#38790)
This commit is contained in:
parent
588a912609
commit
33776d0195
@ -115,8 +115,8 @@ const Overview: React.FC = () => {
|
||||
title: locale === 'zh-CN' ? '重型组件' : 'Others',
|
||||
children:
|
||||
locale === 'zh-CN'
|
||||
? proComponentsList.map((component) => ({ ...component, subtitle: '' }))
|
||||
: proComponentsList,
|
||||
? proComponentsList
|
||||
: proComponentsList.map((component) => ({ ...component, subtitle: '' })),
|
||||
},
|
||||
]);
|
||||
}, [data, locale]);
|
||||
|
Loading…
Reference in New Issue
Block a user