#6332 - calendarMods #391

Merged
carlossa merged 13 commits from 6332-calendarMods into dev 2024-05-23 12:39:52 +00:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit 81f7e06143 - Show all commits

View File

@ -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;
};