prettier
This commit is contained in:
parent
12c9de7179
commit
e7824e0e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue