aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-07-26 05:39:40 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-07-26 05:39:40 +0800
commit950e7d3dcc318fd688040008575fe4b1fd6b7de2 (patch)
tree193010b075e073fef00a213fe43a72fed06998f9 /ui
parent86832e6feb502a3f1de24b81b111addf1f06bea6 (diff)
parentbf5f1df20e64c21745d49b1315a31a1bf1cf720e (diff)
downloadtangerine-wallet-browser-950e7d3dcc318fd688040008575fe4b1fd6b7de2.tar
tangerine-wallet-browser-950e7d3dcc318fd688040008575fe4b1fd6b7de2.tar.gz
tangerine-wallet-browser-950e7d3dcc318fd688040008575fe4b1fd6b7de2.tar.bz2
tangerine-wallet-browser-950e7d3dcc318fd688040008575fe4b1fd6b7de2.tar.lz
tangerine-wallet-browser-950e7d3dcc318fd688040008575fe4b1fd6b7de2.tar.xz
tangerine-wallet-browser-950e7d3dcc318fd688040008575fe4b1fd6b7de2.tar.zst
tangerine-wallet-browser-950e7d3dcc318fd688040008575fe4b1fd6b7de2.zip
Merge branch 'master' into usd-conversion
Diffstat (limited to 'ui')
-rw-r--r--ui/app/accounts/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/accounts/index.js b/ui/app/accounts/index.js
index f7ae5c53e..6e12accc7 100644
--- a/ui/app/accounts/index.js
+++ b/ui/app/accounts/index.js
@@ -37,7 +37,6 @@ AccountsScreen.prototype.render = function () {
var actions = {
onSelect: this.onSelect.bind(this),
onShowDetail: this.onShowDetail.bind(this),
- revealAccount: this.onRevealAccount.bind(this),
goHome: this.goHome.bind(this),
}
return (
@@ -88,7 +87,7 @@ AccountsScreen.prototype.render = function () {
h('div.footer.hover-white.pointer', {
key: 'reveal-account-bar',
onClick: () => {
- actions.revealAccount()
+ this.onRevealAccount()
},
style: {
display: 'flex',