Explorar el Código

81845 add todo coment

SULLEY\ryo-h hace 4 años
padre
commit
d7c06c26f1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packages/app/src/components/SearchPage.jsx

+ 2 - 0
packages/app/src/components/SearchPage.jsx

@@ -119,6 +119,8 @@ class SearchPage extends React.Component {
     this.setState({ activePage: 1 }, () => this.search(data));
     this.setState({ activePage: 1 }, () => this.search(data));
   }
   }
 
 
+  // todo: refactoring
+  // refs: https://redmine.weseek.co.jp/issues/82139
   async search(data) {
   async search(data) {
     const keyword = data.keyword;
     const keyword = data.keyword;
     if (keyword === '') {
     if (keyword === '') {