1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Commented out useless advanced not on init screen

This commit is contained in:
Dan Finlay 2016-10-20 09:58:44 -07:00
parent f14fdf7a25
commit f090828f99

View File

@ -61,11 +61,13 @@ InitializeMenuScreen.prototype.renderMenu = function () {
},
}, 'Create New Vault'),
/*
h('.flex-row.flex-center.flex-grow', [
h('hr'),
h('div', 'Advanced (Eventually?)'),
h('hr'),
]),
*/
])
)