Przeglądaj źródła

81100 fix comment

SULLEY\ryo-h 4 lat temu
rodzic
commit
f8ed95cb72

+ 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;