Ver Fonte

81845 add todo coment

SULLEY\ryo-h há 4 anos atrás
pai
commit
d7c06c26f1
1 ficheiros alterados com 2 adições e 0 exclusões
  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 === '') {