fix: v1 left over (#2757)
This commit is contained in:
@@ -248,7 +248,7 @@ window.app.component('lnbits-date', {
|
|||||||
props: ['ts'],
|
props: ['ts'],
|
||||||
computed: {
|
computed: {
|
||||||
date: function () {
|
date: function () {
|
||||||
return Quasar.utils.date.formatDate(
|
return Quasar.date.formatDate(
|
||||||
new Date(this.ts * 1000),
|
new Date(this.ts * 1000),
|
||||||
'YYYY-MM-DD HH:mm'
|
'YYYY-MM-DD HH:mm'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user