Browse Source

80785 add todo comment

SULLEY\ryo-h 4 years ago
parent
commit
a4a16f6c6f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/app/src/components/SearchPage/SearchResultListItem.tsx

+ 2 - 0
packages/app/src/components/SearchPage/SearchResultListItem.tsx

@@ -70,6 +70,8 @@ type Props = {
   page: ISearchedPage,
   isSelected: boolean,
   onClickCheckboxInvoked?: (page: ISearchedPage) => void,
+  // todo: fix name
+  // refs: https://estoc.weseek.co.jp/redmine/issues/81100
   onClickInvoked?: (pageId: string) => void,
 }