mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 01:43:42 +01:00
Fixed tickets not showing
This commit is contained in:
parent
c349ad43cd
commit
1ef1b2f4fa
@ -317,8 +317,9 @@
|
||||
.then(function (response) {
|
||||
self.tickets = response.data
|
||||
.map(function (obj) {
|
||||
if (!obj?.paid) return
|
||||
if (obj.paid){
|
||||
return mapLNTicket(obj)
|
||||
}
|
||||
})
|
||||
.filter(v => v)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user