fix: v1 left over (#2757)

This commit is contained in:
Vlad Stan 2024-10-31 15:49:55 +02:00 committed by GitHub
parent 1dddc9e7f0
commit 2fa0a3c995
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'
)