harukatokutake 6 лет назад
Родитель
Сommit
9d00c0d2e8

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

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