From 0592c02c100cdba9f72ba46d23fc057e5a8b7a78 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 28 Nov 2022 16:17:18 +0200 Subject: [PATCH] fix: merge bug --- lnbits/extensions/satspay/templates/satspay/display.html | 1 - 1 file changed, 1 deletion(-) diff --git a/lnbits/extensions/satspay/templates/satspay/display.html b/lnbits/extensions/satspay/templates/satspay/display.html index 8fc240c71..58ca0a507 100644 --- a/lnbits/extensions/satspay/templates/satspay/display.html +++ b/lnbits/extensions/satspay/templates/satspay/display.html @@ -449,7 +449,6 @@ }, created: async function () { await this.getCustomCss() - if (this.charge.payment_request) this.payInvoice() // Remove a user defined theme if (this.charge.custom_css) { document.body.setAttribute('data-theme', '')