From 680c76766df66d2758c0926723201cf22ec831ef Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Tue, 4 Sep 2018 13:04:41 +0200 Subject: [PATCH] Figure. --- packages/block-library/src/pullquote/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/block-library/src/pullquote/index.js b/packages/block-library/src/pullquote/index.js index f2b7f1fa898ff..61c06a7c86904 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 ( - + ); },