mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
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:
parent
767fbc1112
commit
216d8b1a14
1 changed files with 4 additions and 1 deletions
|
@ -65,7 +65,10 @@ export default class AccountHomePage extends React.Component {
|
|||
}
|
||||
|
||||
openSubscribe(e) {
|
||||
//no-op
|
||||
this.context.onAction('switchPage', {
|
||||
page: 'accountPlan',
|
||||
lastPage: 'accountHome'
|
||||
});
|
||||
}
|
||||
|
||||
renderAccountFooter() {
|
||||
|
|
Loading…
Add table
Reference in a new issue