aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts/index.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-11-05 03:00:56 +0800
committerDan Finlay <dan@danfinlay.com>2016-11-05 03:01:41 +0800
commit1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d (patch)
tree98fb5e3c8e47a43675f0963ef5b7f07866c243f1 /ui/app/accounts/index.js
parente3fb7fa7bbe28dcdb3202c6b228700d5812fbdf9 (diff)
downloadtangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.tar
tangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.tar.gz
tangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.tar.bz2
tangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.tar.lz
tangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.tar.xz
tangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.tar.zst
tangerine-wallet-browser-1bbe0ed9e8fb9f9944c27453cb9791686c4d8d9d.zip
Scaffold new account view
Diffstat (limited to 'ui/app/accounts/index.js')
-rw-r--r--ui/app/accounts/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/accounts/index.js b/ui/app/accounts/index.js
index 2e8321a77..65cf82b2c 100644
--- a/ui/app/accounts/index.js
+++ b/ui/app/accounts/index.js
@@ -143,7 +143,7 @@ AccountsScreen.prototype.onShowDetail = function (address, event) {
}
AccountsScreen.prototype.addNewAccount = function () {
- this.props.dispatch(actions.addNewAccount(0))
+ this.props.dispatch(actions.navigateToNewAccountScreen())
}
AccountsScreen.prototype.goHome = function () {