Skip to content
Snippets Groups Projects
Commit 74a42710 authored by Sander August Heggland Schrader's avatar Sander August Heggland Schrader
Browse files

Update CalendarComponent.vue

parent cef93c07
No related branches found
No related tags found
1 merge request!135Testing
Pipeline #181788 passed
......@@ -126,7 +126,6 @@ export default {
}
}
} else {
console.log("WHAt WHAT!")
// check that day is in this month
const day = new Date(blockedDay[0]);
if (day.getMonth() !== this.monthDate.getMonth()) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment