1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Correct merge conflict resolution errors.

This commit is contained in:
Dan 2018-03-06 22:26:13 -03:30
parent 7c2257e09c
commit 2420ad2477
2 changed files with 0 additions and 9 deletions

View File

@ -38,8 +38,6 @@ PrivateKeyImportView.prototype.render = function () {
h('div.new-account-import-form__private-key-password-container', [
h('span.new-account-import-form__instruction', 'Paste your private key string here:'),
h('input.new-account-import-form__input-password', {
type: 'password',
id: 'private-key-box',

View File

@ -95,13 +95,6 @@ AccountMenu.prototype.render = function () {
icon: h('img', { src: 'images/mm-info-icon.svg' }),
text: t('infoHelp'),
}),
h(Item, {
onClick: showConfigPage,
icon: h('img', { src: 'images/settings.svg' }),
text: t('settings'),
icon: h('img.account-menu__item-icon', { src: 'images/mm-info-icon.svg' }),
text: t('infoHelp'),
}),
h(Item, {
onClick: showConfigPage,
icon: h('img.account-menu__item-icon', { src: 'images/settings.svg' }),