mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
chore: fix code lint error
This commit is contained in:
parent
dbfc3ccb5c
commit
d230035a19
@ -15,7 +15,6 @@ import {
|
||||
ProfileOutlined,
|
||||
BugOutlined,
|
||||
IssuesCloseOutlined,
|
||||
BookOutlined,
|
||||
QuestionCircleOutlined,
|
||||
} from '@ant-design/icons';
|
||||
import { isLocalStorageNameSupported, loadScript, getLocalizedPathname } from '../utils';
|
||||
|
@ -6,7 +6,7 @@ import { SharedProps } from './interface';
|
||||
|
||||
const smallStyle = { fontSize: 12, color: '#777', marginLeft: '0.3em' };
|
||||
|
||||
export function getEcosystemGroup({ isZhCN }: SharedProps): React.ReactNode {
|
||||
export function getEcosystemGroup(): React.ReactNode {
|
||||
return [
|
||||
<Menu.Item key="charts">
|
||||
<a
|
||||
|
Loading…
Reference in New Issue
Block a user