From b836d0483d835b0665a14e41f68f9fbd574fd655 Mon Sep 17 00:00:00 2001 From: sdtsui Date: Mon, 21 Aug 2017 10:06:29 -0700 Subject: [WIP] Render a QR code in AccountDetailsModal --- ui/app/components/qr-code.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (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 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, } -- cgit