فهرست منبع

77833 remove useless constructor

Mao 4 سال پیش
والد
کامیت
c4c9bbd890
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      packages/app/src/components/SearchPage/SearchResultListView.jsx

+ 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) => {