akira-s před 6 roky
rodič
revize
6a66e6b089

+ 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);
   }