diff --git a/src/components/ui/qr-scanner.vue b/src/components/ui/qr-scanner.vue
index 0e4b939..6920bf9 100644
--- a/src/components/ui/qr-scanner.vue
+++ b/src/components/ui/qr-scanner.vue
@@ -27,22 +27,6 @@
playsinline
>
-
-
-
@@ -131,4 +115,4 @@ onMounted(async () => {
onUnmounted(() => {
stopScanning()
})
-
\ No newline at end of file
+
diff --git a/src/modules/wallet/views/WalletPage.vue b/src/modules/wallet/views/WalletPage.vue
index d4864e8..3c8622e 100644
--- a/src/modules/wallet/views/WalletPage.vue
+++ b/src/modules/wallet/views/WalletPage.vue
@@ -412,12 +412,20 @@ onMounted(async () => {
-
-
- {
- showSendDialog = open
- if (!open) scannedDestination = ''
- }" />
+
+
+ {
+ showSendDialog = open
+ if (!open) scannedDestination = ''
+ }"
+ />