diff --git a/lib/emails/EventAttendeeMail.ts b/lib/emails/EventAttendeeMail.ts index 15ef16ae..265104d8 100644 --- a/lib/emails/EventAttendeeMail.ts +++ b/lib/emails/EventAttendeeMail.ts @@ -18,7 +18,7 @@ export default class EventAttendeeMail extends EventMail { this.calEvent.location ? `Location: ${this.calEvent.location}

` : '' ) + `Additional notes:
- ${this.calEvent.description} + ${this.calEvent.description}
` + this.getAdditionalFooter() + ` `;