瀏覽代碼

remove unnesessary one line

yuto-oweseek 4 年之前
父節點
當前提交
b395d7fabc
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;