aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/shapeshift-deposit-tx-modal.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-06-05 09:02:30 +0800
committerDan <danjm.com@gmail.com>2018-06-05 09:02:30 +0800
commitaee9247faab984734d2f0278baaf768e2a7926d2 (patch)
tree1805e6f28975c0002e8cbb15ef9920a96b90ec19 /ui/app/components/modals/shapeshift-deposit-tx-modal.js
parent139f930185f134ef50d547ca07a580e11b5cf731 (diff)
parent3b6e96bac918925c4edc674e26dba8cc5feb1324 (diff)
downloadtangerine-wallet-browser-aee9247faab984734d2f0278baaf768e2a7926d2.tar.gz
tangerine-wallet-browser-aee9247faab984734d2f0278baaf768e2a7926d2.tar.zst
tangerine-wallet-browser-aee9247faab984734d2f0278baaf768e2a7926d2.zip
Merge branch 'develop' into i3725-refactor-send-component-
Diffstat (limited to 'ui/app/components/modals/shapeshift-deposit-tx-modal.js')
-rw-r--r--ui/app/components/modals/shapeshift-deposit-tx-modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/modals/shapeshift-deposit-tx-modal.js b/ui/app/components/modals/shapeshift-deposit-tx-modal.js
index 24af5a0de..242c7b89d 100644
--- a/ui/app/components/modals/shapeshift-deposit-tx-modal.js
+++ b/ui/app/components/modals/shapeshift-deposit-tx-modal.js
@@ -8,7 +8,7 @@ const AccountModalContainer = require('./account-modal-container')
function mapStateToProps (state) {
return {
- Qr: state.appState.modal.modalState.Qr,
+ Qr: state.appState.modal.modalState.props.Qr,
}
}