diff --git a/src/components/widgets/search/search.jsx b/src/components/widgets/search/search.jsx index 414f38fc..7927782d 100644 --- a/src/components/widgets/search/search.jsx +++ b/src/components/widgets/search/search.jsx @@ -146,7 +146,7 @@ export default function Search({ options }) { return ( -
+
{searchSuggestions[1]?.length > 0 && ( - -
+ +
{searchSuggestions[1].map((suggestion) => ( @@ -235,7 +235,7 @@ export default function Search({ options }) { {({ active }) => (