diff --git a/src/components/manage/Blocks/NavigationBlock/View.jsx b/src/components/manage/Blocks/NavigationBlock/View.jsx index fd2aa15e..8be1afc6 100644 --- a/src/components/manage/Blocks/NavigationBlock/View.jsx +++ b/src/components/manage/Blocks/NavigationBlock/View.jsx @@ -51,7 +51,7 @@ const View = ({ content, ...props }) => { const url = getBasePath(item.url); const name = item.title; if ( - props.navigation.items.filter( + props.navigation?.items?.filter( (navItem) => navItem.title === item.title, ).length ) {