mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-07 03:18:10 +02:00
fix: v1 left over (#2757)
This commit is contained in:
parent
1dddc9e7f0
commit
2fa0a3c995
@ -248,7 +248,7 @@ window.app.component('lnbits-date', {
|
||||
props: ['ts'],
|
||||
computed: {
|
||||
date: function () {
|
||||
return Quasar.utils.date.formatDate(
|
||||
return Quasar.date.formatDate(
|
||||
new Date(this.ts * 1000),
|
||||
'YYYY-MM-DD HH:mm'
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user