diff --git a/core/frontend/helpers/ghost_head.js b/core/frontend/helpers/ghost_head.js index c90fd2f8b8..6732959937 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 += '';