Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Sep 25, 2020
1 parent 0b11e9d commit 01896d4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ export default function useNavigationBlockWithName( { menuId } ) {

const { saveMenu } = useDispatch( 'core' );

removeFilter(
'editor.BlockEdit',
'core/edit-navigation/with-menu-name'
);
removeFilter( 'editor.BlockEdit', 'core/edit-navigation/with-menu-name' );

const withMenuName = createHigherOrderComponent(
( BlockEdit ) => ( props ) => {
Expand Down

0 comments on commit 01896d4

Please sign in to comment.