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;