diff options
author | kumavis <kumavis@users.noreply.github.com> | 2016-04-26 05:34:43 +0800 |
---|---|---|
committer | kumavis <kumavis@users.noreply.github.com> | 2016-04-26 05:34:43 +0800 |
commit | 7497b2c8135324382af019d8705c688d71064edc (patch) | |
tree | b032651204c21562a2431f3d3121f9ac81fe4c86 /ui/app/config.js | |
parent | 652c1d96c1a80864218fa4dadf7aa0f4102a583b (diff) | |
parent | 82ac8bde5d246b58e90a7e428ee685cf1ee7c351 (diff) | |
download | tangerine-wallet-browser-7497b2c8135324382af019d8705c688d71064edc.tar tangerine-wallet-browser-7497b2c8135324382af019d8705c688d71064edc.tar.gz tangerine-wallet-browser-7497b2c8135324382af019d8705c688d71064edc.tar.bz2 tangerine-wallet-browser-7497b2c8135324382af019d8705c688d71064edc.tar.lz tangerine-wallet-browser-7497b2c8135324382af019d8705c688d71064edc.tar.xz tangerine-wallet-browser-7497b2c8135324382af019d8705c688d71064edc.tar.zst tangerine-wallet-browser-7497b2c8135324382af019d8705c688d71064edc.zip |
Merge pull request #142 from MetaMask/DetailViewFirst
Make account detail view into main view
Diffstat (limited to 'ui/app/config.js')
-rw-r--r-- | ui/app/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/config.js b/ui/app/config.js index f4eecf7f8..ded065bf8 100644 --- a/ui/app/config.js +++ b/ui/app/config.js @@ -31,7 +31,7 @@ ConfigScreen.prototype.render = function() { h('.section-title.flex-row.flex-center', [ h('i.fa.fa-arrow-left.fa-lg.cursor-pointer', { onClick: (event) => { - state.dispatch(actions.showAccountsPage()) + state.dispatch(actions.goHome()) } }), h('h2.page-subtitle', 'Configuration'), |