diff --git a/lnbits/extensions/watchonly/static/components/address-list/address-list.js b/lnbits/extensions/watchonly/static/components/address-list/address-list.js index 816e850ed..cb8232ba9 100644 --- a/lnbits/extensions/watchonly/static/components/address-list/address-list.js +++ b/lnbits/extensions/watchonly/static/components/address-list/address-list.js @@ -102,7 +102,6 @@ async function addressList(path) { return fAddresses }, - scanAddress: async function (addressData) { this.$emit('scan:address', addressData) }, @@ -111,8 +110,6 @@ async function addressList(path) { } }, - created: async function () { - - } + created: async function () {} }) } diff --git a/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.html b/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.html index b2c8f59db..a9fc78851 100644 --- a/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.html +++ b/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.html @@ -156,13 +156,6 @@ -
-
- - Check data on the display of the hardware device. - -
-
@@ -213,6 +206,13 @@
+
+
+ + Check data on the display of the hardware device. + +
+