mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 03:57:29 +02:00
remove commented out code
This commit is contained in:
@@ -566,7 +566,6 @@
|
||||
.then(res => {
|
||||
if (res.data && res.data.length) {
|
||||
let last = [...res.data]
|
||||
//last.length = Math.min(last.length, 5)
|
||||
this.lastPaymentsDialog.data = last.map(obj => {
|
||||
obj.dateFrom = moment(obj.time * 1000).fromNow()
|
||||
return obj
|
||||
|
Reference in New Issue
Block a user