Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix linter
  • Loading branch information
scruffian committed Feb 2, 2023
commit ff21a8f6c0c2d13c9da087c139be2801a24893f0
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ const MainContent = ( {
__( 'Structure for navigation menu: %s' ),
navigationMenu?.title || __( 'Untitled menu' )
)
: __( 'You have not yet created any menus. Displaying a list of your Pages' );
: __(
'You have not yet created any menus. Displaying a list of your Pages'
);
return (
<OffCanvasEditor
blocks={ clientIdsTree }
Expand Down