Ver Fonte

80785 delete blank line

SULLEY\ryo-h há 4 anos atrás
pai
commit
5005683581

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

@@ -16,7 +16,6 @@ type Props = {
 }
 
 const SearchControl: FC <Props> = (props: Props) => {
-
   // Temporaly workaround for lint error
   // later needs to be fixed: SearchControl to typescript componet
   const SearchPageFormTypeAny : any = SearchPageForm;

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

@@ -74,7 +74,6 @@ type Props = {
 }
 
 const SearchResultListItem: FC<Props> = (props:Props) => {
-
   const {
     page, isSelected, onClickInvoked, onClickCheckboxInvoked,
   } = props;