diff options
Diffstat (limited to 'ui/app/account-detail.js')
-rw-r--r-- | ui/app/account-detail.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index 0053935f5..7af8aece7 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -20,6 +20,7 @@ module.exports = connect(mapStateToProps)(AccountDetailScreen) function mapStateToProps (state) { return { + metamask: state.metamask, identities: state.metamask.identities, accounts: state.metamask.accounts, address: state.metamask.selectedAccount, @@ -258,6 +259,7 @@ AccountDetailScreen.prototype.requestAccountExport = function () { this.props.dispatch(actions.requestExportAccount()) } + AccountDetailScreen.prototype.buyButtonDeligator = function () { var props = this.props |