mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-01 15:07:35 +02:00
fix: merge bug
This commit is contained in:
@@ -449,7 +449,6 @@
|
|||||||
},
|
},
|
||||||
created: async function () {
|
created: async function () {
|
||||||
await this.getCustomCss()
|
await this.getCustomCss()
|
||||||
if (this.charge.payment_request) this.payInvoice()
|
|
||||||
// Remove a user defined theme
|
// Remove a user defined theme
|
||||||
if (this.charge.custom_css) {
|
if (this.charge.custom_css) {
|
||||||
document.body.setAttribute('data-theme', '')
|
document.body.setAttribute('data-theme', '')
|
||||||
|
Reference in New Issue
Block a user