Przeglądaj źródła

80785 add todo comment

SULLEY\ryo-h 4 lat temu
rodzic
commit
a4a16f6c6f

+ 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,
 }