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