diff options
Diffstat (limited to 'ui/app/reducers')
-rw-r--r-- | ui/app/reducers/app.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js index a6cd9ca1b..0d83fbdba 100644 --- a/ui/app/reducers/app.js +++ b/ui/app/reducers/app.js @@ -496,9 +496,10 @@ function reduceApp (state, action) { return extend(appState, { qrRequested: true, transForward: true, + Qr: { message: action.value.message, - image: action.value.qr, + // image: action.value.qr, data: action.value.data, }, }) @@ -512,7 +513,7 @@ function reduceApp (state, action) { transForward: true, Qr: { message: action.value.message, - image: action.value.qr, + // image: action.value.qr, data: action.value.data, }, }) |