Bubble
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-11-25 18:20:45 +01:00
parent 8d056c6a81
commit 5c29b3e69b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ export default {
const newDate = new Date()
newDate.setDate(newDate.getDate() + interval)
this.date = newDate
this.updateData()
},
getDayIntervalFromString(date) {
return calculateDayInterval(date)