chore: lint & bundle

This commit is contained in:
Tiago Vasconcelos
2026-03-19 09:59:17 +00:00
parent 4725eb95c9
commit 59a2fefbf3
2 changed files with 4 additions and 5 deletions
File diff suppressed because one or more lines are too long
@@ -468,9 +468,7 @@
</q-list> </q-list>
<div <div
v-if=" v-if="props.row.isIn && props.row.isPending && props.row.bolt11"
props.row.isIn && props.row.isPending && props.row.bolt11
"
> >
<div v-if="props.row.extra.fiat_payment_request"> <div v-if="props.row.extra.fiat_payment_request">
<lnbits-qrcode <lnbits-qrcode
@@ -491,7 +489,8 @@
:show="hodlInvoice.show" :show="hodlInvoice.show"
:cancel-label="$t('close')" :cancel-label="$t('close')"
:action="{ :action="{
handler: () => cancelHoldInvoice(hodlInvoice.payment.payment_hash), handler: () =>
cancelHoldInvoice(hodlInvoice.payment.payment_hash),
label: $t('cancel_invoice'), label: $t('cancel_invoice'),
color: 'grey', color: 'grey',
closePopup: true closePopup: true