Added subscribe navigation to account home

refs https://github.com/TryGhost/members.js/issues/20

- Adds navigation and last page setup for account home -> account plan chooser
This commit is contained in:
Rish 2020-05-01 20:56:46 +05:30
parent 767fbc1112
commit 216d8b1a14

View File

@ -65,7 +65,10 @@ export default class AccountHomePage extends React.Component {
}
openSubscribe(e) {
//no-op
this.context.onAction('switchPage', {
page: 'accountPlan',
lastPage: 'accountHome'
});
}
renderAccountFooter() {