chore: fix code lint error

This commit is contained in:
afc163 2021-07-12 13:37:43 +08:00
parent dbfc3ccb5c
commit d230035a19
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ import {
ProfileOutlined,
BugOutlined,
IssuesCloseOutlined,
BookOutlined,
QuestionCircleOutlined,
} from '@ant-design/icons';
import { isLocalStorageNameSupported, loadScript, getLocalizedPathname } from '../utils';

View File

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