Skip to content

Commit

Permalink
Update packages/block-library/src/navigation/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Smith <getdavemail@gmail.com>
  • Loading branch information
scruffian and getdave authored Oct 5, 2023
1 parent 5ae7554 commit 546f365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const settings = {
return buildNavigationLabel(
navigationMenu?.title,
1, // This has to be 1 because in this context there is only one Navigation shown.
navigationMenu.status
navigationMenu?.status
);
},
edit,
Expand Down

0 comments on commit 546f365

Please sign in to comment.