diff --git a/packages/block-editor/src/components/block-patterns-list/index.js b/packages/block-editor/src/components/block-patterns-list/index.js
index f38108e948b3f1..62ee0ca35f05c2 100644
--- a/packages/block-editor/src/components/block-patterns-list/index.js
+++ b/packages/block-editor/src/components/block-patterns-list/index.js
@@ -150,7 +150,13 @@ function BlockPatternList( {
showTooltip={ showTitlesAsTooltip }
/>
) : (
-
+
);
} ) }