diff --git a/packages/edit-navigation/src/components/layout/use-navigation-block-with-name.js b/packages/edit-navigation/src/components/layout/use-navigation-block-with-name.js index 176b906a82530..f3caf7e3f0d87 100644 --- a/packages/edit-navigation/src/components/layout/use-navigation-block-with-name.js +++ b/packages/edit-navigation/src/components/layout/use-navigation-block-with-name.js @@ -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 ) => {