aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/qr-code.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/components/qr-code.js b/ui/app/components/qr-code.js
index 5488599eb..ac40e9ced 100644
--- a/ui/app/components/qr-code.js
+++ b/ui/app/components/qr-code.js
@@ -25,8 +25,7 @@ QrCodeView.prototype.render = function () {
var props = this.props
var Qr = props.Qr
var qrImage = qrCode(4, 'M')
-
- qrImage.addData(Qr.data)
+ qrImage.addData(`ethereum:${Qr.data}`)
qrImage.make()
return h('.main-container.flex-column', {