Bläddra i källkod

remove unnesessary one line

yuto-oweseek 4 år sedan
förälder
incheckning
b395d7fabc
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      packages/app/src/components/SearchPage/SearchResultListItem.tsx

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