aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals
diff options
context:
space:
mode:
authorJonathan Smirnoff <7558841+jonathansmirnoff@users.noreply.github.com>2019-02-14 04:30:46 +0800
committerFrankie <frankie.diamond@gmail.com>2019-02-14 04:30:46 +0800
commit8dddf48904323d47685516ccc76f9e267dbd188a (patch)
tree3e1c11920da2be888271e4bc48d8dce61e64b944 /ui/app/components/modals
parentf7ab4577f637dd9e96cec0f08848bc70c489f9d3 (diff)
downloadtangerine-wallet-browser-8dddf48904323d47685516ccc76f9e267dbd188a.tar.gz
tangerine-wallet-browser-8dddf48904323d47685516ccc76f9e267dbd188a.tar.zst
tangerine-wallet-browser-8dddf48904323d47685516ccc76f9e267dbd188a.zip
Fixed issue #5838 (#6001)
Update changelog file
Diffstat (limited to 'ui/app/components/modals')
-rw-r--r--ui/app/components/modals/account-details-modal.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/modals/account-details-modal.js b/ui/app/components/modals/account-details-modal.js
index 248ffe008..67d8eb0fd 100644
--- a/ui/app/components/modals/account-details-modal.js
+++ b/ui/app/components/modals/account-details-modal.js
@@ -77,6 +77,7 @@ AccountDetailsModal.prototype.render = function () {
h(QrView, {
Qr: {
data: address,
+ network: network,
},
}),