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
1 changed files with 3 additions and 1 deletions

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: {