diff options
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/wallet-view.js | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/ui/app/components/wallet-view.js b/ui/app/components/wallet-view.js index 9b27f1cca..cb1448598 100644 --- a/ui/app/components/wallet-view.js +++ b/ui/app/components/wallet-view.js @@ -42,18 +42,9 @@ WalletView.prototype.render = function () { } }, [ - h('div.phone-visible.fa.fa-bars', { - onClick: () => { - this.props.hideSidebar() - } - }, [ - ]), - // TODO: Separate component: wallet account details - h('div.flex-row.flex-center', { - style: { - margin: '1.8em 1.3em', - } + h('div.flex-column', { + style: {} }, [ h('.identicon-wrapper.select-none', [ |