瀏覽代碼

80783 remove empty line

Yohei-Shiina 4 年之前
父節點
當前提交
a38c8033a2
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/app/src/components/SearchPage/SearchResultListItem.tsx

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

@@ -71,7 +71,6 @@ type Props = {
 }
 }
 
 
 const SearchResultListItem: FC<Props> = (props:Props) => {
 const SearchResultListItem: FC<Props> = (props:Props) => {
-
   const { page, isSelected } = props;
   const { page, isSelected } = props;
 
 
   // Add prefix 'id_' in pageId, because scrollspy of bootstrap doesn't work when the first letter of id attr of target component is numeral.
   // Add prefix 'id_' in pageId, because scrollspy of bootstrap doesn't work when the first letter of id attr of target component is numeral.