forked from verdnatura/salix-front
Merge branch '6332-calendarMods' of https://gitea.verdnatura.es/verdnatura/salix-front into 6332-calendarMods
This commit is contained in:
commit
d900ed3764
|
@ -153,7 +153,7 @@ const getEventAttrs = (timestamp) => {
|
|||
|
||||
const attrs = {
|
||||
title: name,
|
||||
style: color ? `background-color: ${color};` : '',
|
||||
style: color ? `background-color: ${color};` : ``,
|
||||
label: timestamp.day,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue