Explorar o código

fix: the data is still displayed after the expiration event is manually removed

Casper Dai %!s(int64=3) %!d(string=hai) anos
pai
achega
6738ca51d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Schedule/mixins/event.js

+ 1 - 1
src/components/Schedule/mixins/event.js

@@ -181,7 +181,7 @@ export default {
       if (this.minDate < minDate) {
         this.minDate = minDate
         if (this.current < this.minDate) {
-          this.toDay(this.current)
+          this.toDay(this.minDate)
           return
         }
       }