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 += '';