From 1d5a725ffbcd0fe3123d3bbb5889abce99cbaabe Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 6 Sep 2017 10:09:58 -0230 Subject: [PATCH] Close button in account-details-modal working. --- ui/app/components/modals/account-details-modal.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/app/components/modals/account-details-modal.js b/ui/app/components/modals/account-details-modal.js index fb0e70397..838000fed 100644 --- a/ui/app/components/modals/account-details-modal.js +++ b/ui/app/components/modals/account-details-modal.js @@ -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: {