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