0
0
Fork 0

Merge branch '6332-calendarMods' of https://gitea.verdnatura.es/verdnatura/salix-front into 6332-calendarMods

This commit is contained in:
Javier Segarra 2024-05-22 08:56:10 +02:00
commit a0ca26ad9b
1 changed files with 1 additions and 4 deletions

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