瀏覽代碼

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