Skip to content

Commit

Permalink
trying better deps
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Sep 29, 2020
1 parent 970bca5 commit 9b86d58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function useNavigationBlockWithName( menuId ) {
);
return () => removeFilter( 'editor.BlockEdit', 'core/edit-navigation/with-menu-name', withMenuName );
}
}, [ menu ] );
}, [ menuId ] );


}

0 comments on commit 9b86d58

Please sign in to comment.