mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Cleanup before rebase on NewUI - need new version of AccountDropdowns
This commit is contained in:
parent
b3d7abd5d4
commit
fd36d95c50
@ -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…
Reference in New Issue
Block a user