Explorar el Código

80785 delete blank line

SULLEY\ryo-h hace 4 años
padre
commit
5005683581

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

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