소스 검색

fix lint error

陈帅 7 년 전
부모
커밋
293e55a126
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/pages/Account/Center/Center.js

+ 2 - 1
src/pages/Account/Center/Center.js

@@ -6,7 +6,6 @@ import { Card, Row, Col, Icon, Avatar, Tag, Divider, Spin, Input } from 'antd';
 import GridContent from '@/components/PageHeaderWrapper/GridContent';
 import styles from './Center.less';
 
-export default
 @connect(({ loading, user, project }) => ({
   listLoading: loading.effects['list/fetch'],
   currentUser: user.currentUser,
@@ -213,3 +212,5 @@ class Center extends PureComponent {
     );
   }
 }
+
+export default Center;