mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Commented out useless advanced not on init screen
This commit is contained in:
parent
f14fdf7a25
commit
f090828f99
@ -61,11 +61,13 @@ InitializeMenuScreen.prototype.renderMenu = function () {
|
|||||||
},
|
},
|
||||||
}, 'Create New Vault'),
|
}, 'Create New Vault'),
|
||||||
|
|
||||||
|
/*
|
||||||
h('.flex-row.flex-center.flex-grow', [
|
h('.flex-row.flex-center.flex-grow', [
|
||||||
h('hr'),
|
h('hr'),
|
||||||
h('div', 'Advanced (Eventually?)'),
|
h('div', 'Advanced (Eventually?)'),
|
||||||
h('hr'),
|
h('hr'),
|
||||||
]),
|
]),
|
||||||
|
*/
|
||||||
|
|
||||||
])
|
])
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user