From 5b4e2ffeaccf105d425d83407b82805c124e2cca Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 21 Jul 2016 18:08:35 -0700 Subject: Add mock dev mode --- ui/app/accounts/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ui') 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', -- cgit v1.2.3