Explorar o código

delete unnecessary setter

akira-s %!s(int64=6) %!d(string=hai) anos
pai
achega
ffb1de7c4e
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      src/client/js/components/Admin/UserManagement.jsx

+ 0 - 5
src/client/js/components/Admin/UserManagement.jsx

@@ -20,7 +20,6 @@ class UserManagement extends React.Component {
   constructor(props) {
     super();
     this.handlePage = this.handlePage.bind(this);
-    this.setNotifyComment = this.setNotifyComment.bind(this);
   }
 
   componentWillMount() {
@@ -57,10 +56,6 @@ class UserManagement extends React.Component {
     return true;
   }
 
-  setNotifyComment(notifyComment) {
-    this.props.adminUsersContainer.setNotifyComment(notifyComment);
-  }
-
   render() {
     const { t, adminUsersContainer } = this.props;