diff --git a/app/search/layout.tsx b/app/search/layout.tsx index 872276d7e..f7f83ec77 100644 --- a/app/search/layout.tsx +++ b/app/search/layout.tsx @@ -7,7 +7,7 @@ import { Suspense } from 'react'; export default function SearchLayout({ children }: { children: React.ReactNode }) { return ( -
+
diff --git a/components/layout/search/filter/index.tsx b/components/layout/search/filter/index.tsx index d740faeaa..646c9bf6b 100644 --- a/components/layout/search/filter/index.tsx +++ b/components/layout/search/filter/index.tsx @@ -19,9 +19,7 @@ export default function FilterList({ list, title }: { list: ListItem[]; title?: return ( <>