diff --git a/packages/editor/src/components/block-inspector/index.js b/packages/editor/src/components/block-inspector/index.js index c4312c45c6d61..e2ec77d1ed00d 100644 --- a/packages/editor/src/components/block-inspector/index.js +++ b/packages/editor/src/components/block-inspector/index.js @@ -37,17 +37,19 @@ const BlockInspector = ( { selectedBlock, blockType, count } ) => { ,
, - - { ( fills ) => ! isEmpty( fills ) && ( - - { fills } - - ) } - , +
+ + { ( fills ) => ! isEmpty( fills ) && ( + + { fills } + + ) } + +
, , ]; };