Skip to content

Commit

Permalink
Fix header text displaying at wrong time
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed May 13, 2020
1 parent 223565f commit 2ab0e73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function MenusEditor( { blockEditorSettings } ) {
return <Spinner />;
}

const hasMenus = hasLoadedMenus && !! menus?.length;
const hasMenus = hasLoadedMenus && !! stateMenus?.length;

return (
<>
Expand Down

0 comments on commit 2ab0e73

Please sign in to comment.