소스 검색

reduce lines

Taichi Masuyama 3 년 전
부모
커밋
a3956cb581
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      packages/app/src/components/Layout/SearchResultLayout.tsx

+ 1 - 3
packages/app/src/components/Layout/SearchResultLayout.tsx

@@ -8,9 +8,7 @@ type Props = {
   children?: ReactNode,
 }
 
-const SearchResultLayout = ({
-  children,
-}: Props): JSX.Element => {
+const SearchResultLayout = ({ children }: Props): JSX.Element => {
 
   return (
     <div className={`on-search ${commonStyles['on-search']}`}>