summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-04-03 19:20:59 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-04-03 19:20:59 +0200
commitdf2cc3c7a45f34ce96d1d76752d7a515320ae615 (patch)
tree66053deb0e6bf299aed8d17aa236b9f29c563b5d /src/components
parente04aea5855062624a72ee8d00eb0c30a21b2072b (diff)
Fix tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/ContactDetails.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index 7ac03c13..623a7272 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -90,7 +90,8 @@
<!-- qrcode -->
<modal v-if="qrcode" id="qrcode-modal" :title="contact.displayName"
@close="closeQrModal">
- <img :src="`data:image/svg+xml;base64,${qrcode}`" class="qrcode" width="300" height="300">
+ <img :src="`data:image/svg+xml;base64,${qrcode}`" class="qrcode" width="300"
+ height="300">
</modal>
</header>