akira-s hace 6 años
padre
commit
6a66e6b089
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      src/client/js/components/Admin/UserManagement.jsx

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

@@ -19,9 +19,6 @@ class UserManagement extends React.Component {
 
   constructor(props) {
     super();
-    this.state = {
-      statusList: new Set(),
-    };
     this.handlePage = this.handlePage.bind(this);
   }