From 0fff058406238cb9a61c93a263a8ac82fc9bb3d8 Mon Sep 17 00:00:00 2001 From: Nicola Heald Date: Wed, 16 May 2018 14:34:19 +0100 Subject: [PATCH] Trying to get CI to pass --- core-blocks/store/selectors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-blocks/store/selectors.js b/core-blocks/store/selectors.js index 99261e0613451e..b29d06580cf2b4 100644 --- a/core-blocks/store/selectors.js +++ b/core-blocks/store/selectors.js @@ -13,7 +13,7 @@ export function getPreview( state, url ) { return preview; } - const oEmbedLinkCheck = `${ url }`; + const oEmbedLinkCheck = '' + url + ''; if ( oEmbedLinkCheck === preview.html ) { // just a link to the url, it's oEmbed being helpful and creating a link for us, not actually embedding content