Fix payment table refresh (#2894)

This commit is contained in:
Tiago Vasconcelos
2025-01-17 07:49:14 +00:00
committed by GitHub
parent 5d4d22dcdd
commit c7ebe09463
2 changed files with 1 additions and 1 deletions

View File

@@ -109,7 +109,6 @@
<payment-list
:update="updatePayments"
:mobile-simple="mobileSimple"
:expand-details="expandDetails"
/>
</q-card-section>
</q-card>

View File

@@ -197,6 +197,7 @@ window.WalletPageLogic = {
'hiddenQrCodeContainer'
).innerHTML
})
this.updatePayments = !this.updatePayments
})
.catch(err => {
LNbits.utils.notifyApiError(err)