|
|
@@ -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;
|
|
|
|