From a9e9c67a6fd641d8f1f46d8fbc1317ed8f648465 Mon Sep 17 00:00:00 2001 From: Tiago vasconcelos Date: Mon, 25 Oct 2021 12:19:02 +0100 Subject: [PATCH] fix vue console error getservices --- lnbits/extensions/tipjar/templates/tipjar/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/tipjar/templates/tipjar/index.html b/lnbits/extensions/tipjar/templates/tipjar/index.html index 7c58a74f..dda49842 100644 --- a/lnbits/extensions/tipjar/templates/tipjar/index.html +++ b/lnbits/extensions/tipjar/templates/tipjar/index.html @@ -439,7 +439,7 @@ this.getWalletLinks() this.getTipJars() this.getTips() - this.getServices() + // this.getServices() } } })