chore: lint & bundle
This commit is contained in:
+1
-1
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
|
||||||
|
|||||||
Reference in New Issue
Block a user