Taichi Masuyama 3 лет назад
Родитель
Сommit
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']}`}>