fix: reschedule and cancel unconfirmed event from email (#15013)

Co-authored-by: Somay Chauhan <somaychauhan98@gmail.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
This commit is contained in:
Anik Dhabal Babu
2024-06-13 09:09:24 +00:00
committed by GitHub
co-authored by Somay Chauhan Udit Takkar
parent 7a560cf09b
commit b03b878199
@@ -24,6 +24,7 @@ export const AttendeeRequestEmail = (props: React.ComponentProps<typeof Attendee
title: props.calEvent.title,
date,
})}
callToAction={null}
{...props}
/>
);