diff --git a/src/pages/Worker/Card/WorkerCalendarItem.vue b/src/pages/Worker/Card/WorkerCalendarItem.vue index a116c93f9..c29dba853 100644 --- a/src/pages/Worker/Card/WorkerCalendarItem.vue +++ b/src/pages/Worker/Card/WorkerCalendarItem.vue @@ -163,10 +163,7 @@ const getEventAttrs = (timestamp) => { if (isFestive) { attrs.class = '--festive'; attrs.label = event.absenceId ? timestamp.day : ''; - // attrs.style = 'color: red'; - } - // if(type === 'holiday') - else attrs.class = `--${type}`; + } else attrs.class = `--${type}`; return attrs; };