[fix] offset naive dates error (#3104)

This commit is contained in:
Vlad Stan
2025-04-14 13:21:16 +03:00
committed by GitHub
parent 1bb29cf0b1
commit 23b4c2cc16
3 changed files with 13 additions and 21 deletions
-7
View File
@@ -1112,13 +1112,6 @@ window.WalletPageLogic = {
}
},
watch: {
'g.wallet.id'(newVal, oldVal) {
try {
this.fetchChartData()
} catch (error) {
console.warn(`Chart creation failed: ${error}`)
}
},
'g.updatePayments'(newVal, oldVal) {
this.parse.show = false
if (this.receive.paymentHash === this.g.updatePaymentsHash) {