diff options
Diffstat (limited to 'ui/app/accounts/add.js')
-rw-r--r-- | ui/app/accounts/add.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/accounts/add.js b/ui/app/accounts/add.js index 9493a4e05..898f89be2 100644 --- a/ui/app/accounts/add.js +++ b/ui/app/accounts/add.js @@ -62,7 +62,7 @@ AddAccountScreen.prototype.render = function () { } AddAccountScreen.prototype.goHome = function() { - this.props.dispatch(actions.showAccountPage()) + this.props.dispatch(actions.showAccountsPage()) } AddAccountScreen.prototype.renderNewOrImport = function() { |