Quellcode durchsuchen

81100 fix comment

SULLEY\ryo-h vor 4 Jahren
Ursprung
Commit
f8ed95cb72
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;