From a18806ecf3fae02e7e6cf1377fad5456d9fbb71b Mon Sep 17 00:00:00 2001 From: Fitti Date: Sun, 1 Aug 2021 05:45:36 +0200 Subject: [PATCH] Fix onchain support --- .../streamalerts/templates/streamalerts/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lnbits/extensions/streamalerts/templates/streamalerts/index.html b/lnbits/extensions/streamalerts/templates/streamalerts/index.html index 20f42c79..95057189 100644 --- a/lnbits/extensions/streamalerts/templates/streamalerts/index.html +++ b/lnbits/extensions/streamalerts/templates/streamalerts/index.html @@ -189,12 +189,12 @@ -
+
@@ -494,6 +494,7 @@ created: function () { if (this.g.user.wallets.length) { + this.getWalletLinks() this.getDonations() this.getServices() }