7525-devToTest #419
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue