瀏覽代碼

80785 add todo comment

SULLEY\ryo-h 4 年之前
父節點
當前提交
a4a16f6c6f
共有 1 個文件被更改,包括 2 次插入0 次删除
  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,
 }