Removed unused custom css api call from display.html

This commit is contained in:
Black Coffee 2022-10-25 11:04:07 +01:00 committed by dni ⚡
parent b34cfd2906
commit 7bc660ea09

View file

@ -351,17 +351,6 @@
}
)
},
getCustomCss: async function () {
try {
const {data} = await LNbits.api.request(
'GET',
`/satspay/api/v1/settings/css/${this.charge.id}`
)
this.customCss = data
} catch (error) {
LNbits.utils.notifyApiError(error)
}
},
checkBalances: async function () {
if (!this.charge.payment_request && this.charge.hasOnchainStaleBalance)
return