From 6542da7e30f364d6b00f8469e30959975795b7cf Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 9 May 2022 14:33:06 -0600 Subject: [PATCH] Formatting --- apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx | 2 +- apps/web/lib/emails/templates/attendee-rescheduled-email.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx b/apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx index 72f175d277..5e71b13c84 100644 --- a/apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx +++ b/apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx @@ -24,7 +24,7 @@ export default function ApiKeyListContainer() { query={query} success={({ data }) => ( <> -
+

{t("api_keys")}

{t("api_keys_subtitle")}

diff --git a/apps/web/lib/emails/templates/attendee-rescheduled-email.ts b/apps/web/lib/emails/templates/attendee-rescheduled-email.ts index b28babad02..d232cf9906 100644 --- a/apps/web/lib/emails/templates/attendee-rescheduled-email.ts +++ b/apps/web/lib/emails/templates/attendee-rescheduled-email.ts @@ -53,7 +53,7 @@ export default class AttendeeRescheduledEmail extends AttendeeScheduledEmail { ${this.attendee.language.translate("event_has_been_rescheduled")} ${this.attendee.language.translate("emailed_you_and_any_other_attendees")} ${this.getWhat()} - ${this.getWhen()} + ${this.getWhen()} ${this.getLocation()} ${this.getDescription()} ${this.getAdditionalNotes()}