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

New account modal top right close button working.

This commit is contained in:
Dan 2017-09-06 14:40:27 -02:30 committed by Chi Kei Chan
parent ab4005cab8
commit 5a8433b6ce

View File

@ -37,7 +37,9 @@ NewAccountModal.prototype.render = function () {
'New Account',
]),
h('div.modal-close-x', {}),
h('div.modal-close-x', {
onClick: this.props.hideModal,
}),
h('div.new-account-modal-content', {}, [
'Account Name',