diff --git a/lib/emails/templates/attendee-scheduled-email.ts b/lib/emails/templates/attendee-scheduled-email.ts index 832dfc1b..2ce4a0a0 100644 --- a/lib/emails/templates/attendee-scheduled-email.ts +++ b/lib/emails/templates/attendee-scheduled-email.ts @@ -289,7 +289,9 @@ ${getRichDescription(this.calEvent)}

${this.calEvent.attendees[0].language.translate("additional_notes")}

-

${this.calEvent.description}

+

${ + this.calEvent.description + }

`; } diff --git a/lib/emails/templates/organizer-scheduled-email.ts b/lib/emails/templates/organizer-scheduled-email.ts index 693f58bc..259bc89f 100644 --- a/lib/emails/templates/organizer-scheduled-email.ts +++ b/lib/emails/templates/organizer-scheduled-email.ts @@ -290,7 +290,9 @@ ${getRichDescription(this.calEvent)}

${this.calEvent.organizer.language.translate("additional_notes")}

-

${this.calEvent.description}

+

${ + this.calEvent.description + }

`; } diff --git a/pages/event-types/index.tsx b/pages/event-types/index.tsx index b03f06eb..def7cf29 100644 --- a/pages/event-types/index.tsx +++ b/pages/event-types/index.tsx @@ -108,16 +108,21 @@ const EventTypeList = ({ readOnly, types, profile }: EventTypeListProps): JSX.El type.$disabled && "pointer-events-none" )}>
- - + {sortableTypes.length > 1 && ( + <> + + + + + )} & { localeProp: str