diff --git a/packages/block-library/src/pullquote/index.js b/packages/block-library/src/pullquote/index.js index f2b7f1fa898ff8..61c06a7c869049 100644 --- a/packages/block-library/src/pullquote/index.js +++ b/packages/block-library/src/pullquote/index.js @@ -55,7 +55,7 @@ export const settings = { const { value, citation } = attributes; return ( - + ); },