Browse Source

reduce lines

Taichi Masuyama 3 năm trước cách đây
mục cha
commit
a3956cb581
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  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']}`}>