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

This commit is contained in:
Anik Dhabal Babu
2025-06-16 17:13:38 +00:00
committed by GitHub
parent b69bd966a6
commit 2d41c719c4
@@ -24,7 +24,6 @@ export const AttendeeRequestEmail = (props: React.ComponentProps<typeof Attendee
title: props.calEvent.title,
date,
})}
callToAction={null}
{...props}
/>
);