Cleanup before rebase on NewUI - need new version of AccountDropdowns

feature/default_network_editable
sdtsui 7 years ago
parent b3d7abd5d4
commit fd36d95c50
  1. 13
      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', [

Loading…
Cancel
Save