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']}`}>