소스 검색

Fix Error

harukatokutake 6 년 전
부모
커밋
9d00c0d2e8
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 4
      src/client/js/components/Admin/Users/NewUsers.jsx
  2. 0 4
      src/client/js/components/Admin/Users/TableUserList.jsx

+ 0 - 4
src/client/js/components/Admin/Users/NewUsers.jsx

@@ -7,10 +7,6 @@ import AppContainer from '../../../services/AppContainer';
 
 class NewUsers extends React.Component {
 
-  constructor(props) {
-    super(props);
-  }
-
   render() {
     const { t } = this.props;
 

+ 0 - 4
src/client/js/components/Admin/Users/TableUserList.jsx

@@ -7,10 +7,6 @@ import AppContainer from '../../../services/AppContainer';
 
 class TableUserList extends React.Component {
 
-  constructor(props) {
-    super(props);
-  }
-
 
   render() {
     const { t } = this.props;