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 10:22:05 +02:00
commit d900ed3764
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ const getEventAttrs = (timestamp) => {
const attrs = {
title: name,
style: color ? `background-color: ${color};` : '',
style: color ? `background-color: ${color};` : ``,
label: timestamp.day,
};