Răsfoiți Sursa

remove unnesessary one line

yuto-oweseek 4 ani în urmă
părinte
comite
b395d7fabc

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

@@ -22,7 +22,6 @@ type Props ={
   onClickInvoked: (data: string) => void,
 }
 
-
 const SearchResultListItem: FC<Props> = (props:Props) => {
 
   const { page, onClickInvoked } = props;