Преглед на файлове

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 { 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.