diff --git a/core/frontend/helpers/ghost_head.js b/core/frontend/helpers/ghost_head.js
index 9d12021833..80687e9fca 100644
--- a/core/frontend/helpers/ghost_head.js
+++ b/core/frontend/helpers/ghost_head.js
@@ -46,7 +46,7 @@ function getMembersHelper() {
membersHelper = ``;
}
if ((!!stripeDirectSecretKey && !!stripeDirectPublishableKey) || !!stripeConnectAccountId) {
- membersHelper += '';
+ membersHelper += '';
}
return membersHelper;
}