diff --git a/src/components/Searchkit/SectionsSearch.jsx b/src/components/Searchkit/SectionsSearch.jsx
index 8360452a..f2295562 100644
--- a/src/components/Searchkit/SectionsSearch.jsx
+++ b/src/components/Searchkit/SectionsSearch.jsx
@@ -66,7 +66,7 @@ const _SectionsSearch = ({
}
/>
- {search_sections.items?.length > 0 ? (
+ {search_sections?.items?.length > 0 ? (
) : null}
- {search_sections.items?.length > 0 && allow_search_excluded_sections ? (
+ {search_sections?.items?.length > 0 && allow_search_excluded_sections ? (