aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/qr-code.js
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-22 01:06:29 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-22 01:06:29 +0800
commitb836d0483d835b0665a14e41f68f9fbd574fd655 (patch)
tree39ff2608e900ea16b22705474d04e4f8e24e0bfe /ui/app/components/qr-code.js
parentfe5817051b00a7288fb97541c5674641e978aead (diff)
downloadtangerine-wallet-browser-b836d0483d835b0665a14e41f68f9fbd574fd655.tar.gz
tangerine-wallet-browser-b836d0483d835b0665a14e41f68f9fbd574fd655.tar.zst
tangerine-wallet-browser-b836d0483d835b0665a14e41f68f9fbd574fd655.zip
[WIP] Render a QR code in AccountDetailsModal
Diffstat (limited to 'ui/app/components/qr-code.js')
-rw-r--r--ui/app/components/qr-code.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/app/components/qr-code.js b/ui/app/components/qr-code.js
index df749fe17..5a2e4963a 100644
--- a/ui/app/components/qr-code.js
+++ b/ui/app/components/qr-code.js
@@ -10,11 +10,7 @@ module.exports = connect(mapStateToProps)(QrCodeView)
function mapStateToProps (state) {
return {
- // Qr: state.appState.Qr,
- /*
- Qr.message - address
- Qr.data - identity
- */
+ // Qr code is not fetched from state. 'message' and 'data' props are passed instead.
buyView: state.appState.buyView,
warning: state.appState.warning,
}