Skip to content

Commit

Permalink
Navigation: Fix sidebar title
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jun 29, 2023
1 parent c355d54 commit 2e2f9b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function TemplatePartNavigationMenu( { id } ) {
size="12"
upperCase={ true }
>
{ title?.rendered || __( 'Navigation' ) }
{ title || __( 'Navigation' ) }
</Heading>
<NavigationMenuEditor navigationMenuId={ id } />
</>
Expand Down

0 comments on commit 2e2f9b4

Please sign in to comment.