diff --git a/editor/components/block-list/block.js b/editor/components/block-list/block.js index c79b405b54088..1068929e74a06 100644 --- a/editor/components/block-list/block.js +++ b/editor/components/block-list/block.js @@ -674,6 +674,7 @@ export class BlockListBlock extends Component { ) } { showSideInserter && ( diff --git a/editor/components/block-list/layout.js b/editor/components/block-list/layout.js index aef11d9655fc7..6238cf58d7350 100644 --- a/editor/components/block-list/layout.js +++ b/editor/components/block-list/layout.js @@ -216,7 +216,7 @@ class BlockListLayout extends Component { return ( - { !! blockUIDs.length && } + { !! blockUIDs.length && } { map( blockUIDs, ( uid, blockIndex ) => (