diff --git a/components/booking/AvailableTimes.tsx b/components/booking/AvailableTimes.tsx
index 68ba0241..64cb4dd0 100644
--- a/components/booking/AvailableTimes.tsx
+++ b/components/booking/AvailableTimes.tsx
@@ -43,7 +43,7 @@ const AvailableTimes = ({
))}
{isFullyBooked && (
-
{user.name} is all booked today.
+ {user.name} is all booked today.
)}
diff --git a/lib/emails/EventOrganizerMail.ts b/lib/emails/EventOrganizerMail.ts
index 48b5f078..9c60383c 100644
--- a/lib/emails/EventOrganizerMail.ts
+++ b/lib/emails/EventOrganizerMail.ts
@@ -66,13 +66,13 @@ export default class EventOrganizerMail extends EventMail {
${this.calEvent.attendees[0].email}
` +
this.getAdditionalBody() +
- "
" +
`Invitee Time Zone:
${this.calEvent.attendees[0].timeZone}
Additional notes:
${this.calEvent.description}
` +
+ "
" +
this.getAdditionalFooter() +
`