|
|
@ -47,6 +47,9 @@ AccountDetailScreen.prototype.render = function() { |
|
|
|
|
|
|
|
|
|
|
|
// subtitle and nav
|
|
|
|
// subtitle and nav
|
|
|
|
h('.section-title.flex-row.flex-center', [ |
|
|
|
h('.section-title.flex-row.flex-center', [ |
|
|
|
|
|
|
|
h('i.fa.fa-arrow-left.fa-lg.cursor-pointer', { |
|
|
|
|
|
|
|
onClick: this.navigateToAccounts.bind(this), |
|
|
|
|
|
|
|
}), |
|
|
|
h('h2.page-subtitle', 'Account Detail'), |
|
|
|
h('h2.page-subtitle', 'Account Detail'), |
|
|
|
]), |
|
|
|
]), |
|
|
|
|
|
|
|
|
|
|
@ -63,10 +66,6 @@ AccountDetailScreen.prototype.render = function() { |
|
|
|
} |
|
|
|
} |
|
|
|
}, [ |
|
|
|
}, [ |
|
|
|
|
|
|
|
|
|
|
|
h('button', { |
|
|
|
|
|
|
|
onClick: this.navigateToAccounts.bind(this), |
|
|
|
|
|
|
|
}, 'CHANGE ACCT'), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h('button', { |
|
|
|
h('button', { |
|
|
|
onClick: () => { |
|
|
|
onClick: () => { |
|
|
|
copyToClipboard(identity.address) |
|
|
|
copyToClipboard(identity.address) |
|
|
|