From 2fa0a3c995acb9e1bcffad3d76f231dd44510c73 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 31 Oct 2024 15:49:55 +0200 Subject: [PATCH] fix: v1 left over (#2757) --- lnbits/static/js/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/static/js/node.js b/lnbits/static/js/node.js index ddd617b18..bb0d6e082 100644 --- a/lnbits/static/js/node.js +++ b/lnbits/static/js/node.js @@ -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' )