diff --git a/ghost/portal/src/components/pages/AccountHomePage.js b/ghost/portal/src/components/pages/AccountHomePage.js index 0ac7f50ac8..20d9994dd8 100644 --- a/ghost/portal/src/components/pages/AccountHomePage.js +++ b/ghost/portal/src/components/pages/AccountHomePage.js @@ -64,6 +64,10 @@ export default class AccountHomePage extends React.Component { // no-op } + openSubscribe(e) { + //no-op + } + renderAccountFooter() { return (
@@ -86,7 +90,7 @@ export default class AccountHomePage extends React.Component { Hey {firstname || name || email}! You are subscribed to free updates from {siteTitle}, but you don't have a paid subscription to unlock full access
- {}} brandColor={this.context.brandColor} /> + this.openSubscribe(e)} brandColor={this.context.brandColor} /> ); }