Skip to content

Commit

Permalink
Fix navigation block
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Oct 11, 2020
1 parent c25dbf5 commit a812730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/manage/Blocks/NavigationBlock/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
) {
Expand Down

0 comments on commit a812730

Please sign in to comment.