diff --git a/packages/block-editor/src/components/block-navigation/list.js b/packages/block-editor/src/components/block-navigation/list.js
index a0910caf5b41cc..9684de7c3e724e 100644
--- a/packages/block-editor/src/components/block-navigation/list.js
+++ b/packages/block-editor/src/components/block-navigation/list.js
@@ -16,6 +16,7 @@ import { create, getTextContent } from '@wordpress/rich-text';
* Internal dependencies
*/
import BlockIcon from '../block-icon';
+import BlockMover from '../block-mover';
/**
* Get the block display name, if it has one, or the block title if it doesn't.
@@ -69,6 +70,7 @@ export default function BlockNavigationList( {
{ getBlockDisplayName( blockType, block.attributes ) }
{ isSelected && { __( '(selected block)' ) } }
+ { blocks.length > 1 && ( ) }
{ showNestedBlocks && !! block.innerBlocks && !! block.innerBlocks.length && (