Fix payment table refresh (#2894)
This commit is contained in:
parent
5d4d22dcdd
commit
c7ebe09463
2 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,6 @@
|
|||
<payment-list
|
||||
:update="updatePayments"
|
||||
:mobile-simple="mobileSimple"
|
||||
:expand-details="expandDetails"
|
||||
/>
|
||||
</q-card-section>
|
||||
</q-card>
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@ window.WalletPageLogic = {
|
|||
'hiddenQrCodeContainer'
|
||||
).innerHTML
|
||||
})
|
||||
this.updatePayments = !this.updatePayments
|
||||
})
|
||||
.catch(err => {
|
||||
LNbits.utils.notifyApiError(err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue