fix build
All checks were successful
website-main / prod-build (push) Successful in 1m9s
website-main / test-build (push) Successful in 47s
website-main / auto-rebuild (push) Has been skipped

This commit is contained in:
2023-08-01 21:44:43 +02:00
parent 5d7b32d3c9
commit 83b7c3884d
3 changed files with 13 additions and 11 deletions

View File

@ -51,7 +51,7 @@ const EventPreview = ({ widgetsFor, entry }) => {
"col-md-3 text-center p-4 bg-primary text-white rounded",
},
h(
"span",
"div",
{ className: "h2" },
event.data.date != null && event.data.date != ""
? DateFormat({
@ -61,7 +61,7 @@ const EventPreview = ({ widgetsFor, entry }) => {
: null
),
h(
"span",
"div",
{},
event.data.date != null && event.data.date != ""
? DateFormat({