fix mistake

This commit is contained in:
kandrusyak
2022-11-01 23:59:03 +03:00
parent 81b6c9530a
commit a720f73bed

View File

@@ -50,7 +50,7 @@ export default {
},
methods: {
switchPreviousDate() {
this.currentDate = this.currentDate.cloddContactne().subtract(1, "day");
this.currentDate = this.currentDate.clone().subtract(1, "day");
},
switchNextDate() {
this.currentDate = this.currentDate.clone().add(1, "day");