Browse Source

remove unnesessary one line

yuto-oweseek 4 years ago
parent
commit
b395d7fabc
1 changed files with 0 additions and 1 deletions
  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;