1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00

Close button in account-details-modal working.

This commit is contained in:
Dan 2017-09-06 10:09:58 -02:30 committed by Chi Kei Chan
parent b8b0c8c62a
commit 1d5a725ffb

View File

@ -57,7 +57,9 @@ AccountDetailsModal.prototype.render = function () {
]),
h('div.account-details-modal-close', {}),
h('div.account-details-modal-close', {
onClick: this.props.hideModal,
}),
h(QrView, {
Qr: {