mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 08:25:06 +03: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
@ -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…
Reference in New Issue
Block a user