소스 검색

81845 add todo coment

SULLEY\ryo-h 4 년 전
부모
커밋
d7c06c26f1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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));
   }
 
+  // todo: refactoring
+  // refs: https://redmine.weseek.co.jp/issues/82139
   async search(data) {
     const keyword = data.keyword;
     if (keyword === '') {