mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-06 18:02:38 +02:00
Fix payment table refresh (#2894)
This commit is contained in:
committed by
GitHub
parent
5d4d22dcdd
commit
c7ebe09463
@@ -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)
|
||||
|
Reference in New Issue
Block a user