diff --git a/packages/block-editor/src/components/off-canvas-editor/block.js b/packages/block-editor/src/components/off-canvas-editor/block.js
index 0d70a75376ca98..e79dc59133040a 100644
--- a/packages/block-editor/src/components/off-canvas-editor/block.js
+++ b/packages/block-editor/src/components/off-canvas-editor/block.js
@@ -331,28 +331,27 @@ function ListViewBlock( {
{ showBlockActions && (
<>
- { isEditable && (
-
- { ( props ) => (
+
+ { ( props ) =>
+ isEditable && (
- ) }
-
- ) }
+ )
+ }
+
{ ( { ref, tabIndex, onFocus } ) => (
<>