7525-devToTest #419

Merged
alexm merged 177 commits from 7525-devToTest into test 2024-06-04 08:06:27 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d900ed3764 - Show all commits

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