7565-testToMaster #431

Merged
alexm merged 188 commits from 7565-testToMaster into master 2024-06-11 06:33:01 +00:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit a0ca26ad9b - 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;
};