diff --git a/app/components/Receive.js b/app/components/Receive.js
index 03d168ed..0bc1565d 100644
--- a/app/components/Receive.js
+++ b/app/components/Receive.js
@@ -75,10 +75,11 @@ const AddressBlock = ({
Private Key
- {privateKey}
+
+
{privateKey}
)}
@@ -89,10 +90,11 @@ const AddressBlock = ({
Viewing Key
- {viewKey}
+
+
{viewKey}
)}
diff --git a/app/components/Receive.module.css b/app/components/Receive.module.css
index b3ebf8f6..8bc603fa 100644
--- a/app/components/Receive.module.css
+++ b/app/components/Receive.module.css
@@ -15,4 +15,5 @@
.receiveQrcode {
padding: 8px;
background-color: white;
+ margin-right: 5px;
}
diff --git a/app/utils/uris.test.js b/app/utils/uris.test.js
index 81c2a42e..defbc98e 100644
--- a/app/utils/uris.test.js
+++ b/app/utils/uris.test.js
@@ -59,6 +59,7 @@ test('Plain URI', () => {
expect(targets[0].memoString).toBeUndefined();
expect(targets[0].memoBase64).toBeUndefined();
});
+
test('bad uris', () => {
// bad protocol
let error = parseZcashURI('badprotocol:tmEZhbWHTpdKMw5it8YDspUXSMGQyFwovpU?amount=123.456');