瀏覽代碼

81100 fix comment

SULLEY\ryo-h 4 年之前
父節點
當前提交
f8ed95cb72
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/app/src/components/SearchPage/SearchResultListItem.tsx

+ 1 - 1
packages/app/src/components/SearchPage/SearchResultListItem.tsx

@@ -74,7 +74,7 @@ type Props = {
 const SearchResultListItem: FC<Props> = (props:Props) => {
 
   const {
-    // todo: refactoring variable name to clear what changed - onClickInvoked, onChangedInvoked
+    // todo: refactoring variable name to clear what changed
     page, isSelected, onClickInvoked, onChangedInvoked, isChecked,
   } = props;