This commit is contained in:
Ben Arc
2021-06-23 22:34:03 +01:00
parent 12c9de7179
commit e7824e0e8d

View File

@@ -317,7 +317,7 @@
.then(function (response) { .then(function (response) {
self.tickets = response.data self.tickets = response.data
.map(function (obj) { .map(function (obj) {
if (obj.paid){ if (obj.paid) {
return mapLNTicket(obj) return mapLNTicket(obj)
} }
}) })