Skip to content

Commit

Permalink
Navigation: Fix e2e test failures caused by sidebar title change (#52308
Browse files Browse the repository at this point in the history
)
  • Loading branch information
glendaviesnz committed Jul 5, 2023
1 parent c629b5d commit b73b1d2
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 || __( 'Navigation' ) }
{ title?.rendered || title || __( 'Navigation' ) }
</Heading>
<NavigationMenuEditor navigationMenuId={ id } />
</>
Expand Down

0 comments on commit b73b1d2

Please sign in to comment.