Explorar el Código

77833 remove useless constructor

Mao hace 4 años
padre
commit
c4c9bbd890

+ 0 - 3
packages/app/src/components/SearchPage/SearchResultListView.jsx

@@ -4,9 +4,6 @@ import Page from '../PageList/Page';
 
 class SearchResultListView extends React.Component {
 
-  constructor(props) {
-    super(props);
-  }
 
   render() {
     return this.props.pages.map((page) => {