diff --git a/apps/client/src/widgets/view_widgets/calendar_view.ts b/apps/client/src/widgets/view_widgets/calendar_view.ts index 3ffc43d74..fdc693dc1 100644 --- a/apps/client/src/widgets/view_widgets/calendar_view.ts +++ b/apps/client/src/widgets/view_widgets/calendar_view.ts @@ -186,7 +186,7 @@ export default class CalendarView extends ViewMode { if (promotedAttributes) { let promotedAttributesHtml = ""; for (const [name, value] of promotedAttributes) { - promotedAttributesHtml = /*html*/`\ + promotedAttributesHtml = promotedAttributesHtml + /*html*/`\ `;