mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-20 13:04:23 +02:00
prettier
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user