7525-devToTest #419

Merged
alexm merged 177 commits from 7525-devToTest into test 2024-06-04 08:06:27 +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;
};