Merge branch '6332-calendarMods' of https://gitea.verdnatura.es/verdnatura/salix-front into 6332-calendarMods
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
commit
a0ca26ad9b
|
@ -163,10 +163,7 @@ const getEventAttrs = (timestamp) => {
|
||||||
if (isFestive) {
|
if (isFestive) {
|
||||||
attrs.class = '--festive';
|
attrs.class = '--festive';
|
||||||
attrs.label = event.absenceId ?? timestamp.day;
|
attrs.label = event.absenceId ?? timestamp.day;
|
||||||
// attrs.style = 'color: red';
|
} else attrs.class = `--${type}`;
|
||||||
}
|
|
||||||
// if(type === 'holiday')
|
|
||||||
else attrs.class = `--${type}`;
|
|
||||||
|
|
||||||
return attrs;
|
return attrs;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue