From fe5817051b00a7288fb97541c5674641e978aead Mon Sep 17 00:00:00 2001 From: sdtsui Date: Mon, 21 Aug 2017 09:50:22 -0700 Subject: [WIP] Aggregate data for QRView --- ui/app/components/qr-code.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ui/app/components/qr-code.js') diff --git a/ui/app/components/qr-code.js b/ui/app/components/qr-code.js index 06b9aed9b..df749fe17 100644 --- a/ui/app/components/qr-code.js +++ b/ui/app/components/qr-code.js @@ -10,7 +10,11 @@ module.exports = connect(mapStateToProps)(QrCodeView) function mapStateToProps (state) { return { - Qr: state.appState.Qr, + // Qr: state.appState.Qr, + /* + Qr.message - address + Qr.data - identity + */ buyView: state.appState.buyView, warning: state.appState.warning, } -- cgit v1.2.3