From b0ea919e4257b024563fdf005d83a26e9344c101 Mon Sep 17 00:00:00 2001 From: Rish Date: Wed, 3 Feb 2021 08:43:11 +0530 Subject: [PATCH] Bumped portal to 1.0.0-rc no refs --- core/frontend/helpers/ghost_head.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/helpers/ghost_head.js b/core/frontend/helpers/ghost_head.js index 9701018d8c..d08012024e 100644 --- a/core/frontend/helpers/ghost_head.js +++ b/core/frontend/helpers/ghost_head.js @@ -41,7 +41,7 @@ function getMembersHelper() { const stripeDirectPublishableKey = settingsCache.get('stripe_publishable_key'); const stripeConnectAccountId = settingsCache.get('stripe_connect_account_id'); - let membersHelper = ``; + let membersHelper = ``; membersHelper += (``); if ((!!stripeDirectSecretKey && !!stripeDirectPublishableKey) || !!stripeConnectAccountId) { membersHelper += '';