Skip to content

Commit 2d41c71

Browse files
authored
fix: reschedule and cancel unconfirmed event from email (calcom#21844)
1 parent b69bd96 commit 2d41c71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/emails/src/templates/AttendeeRequestEmail.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export const AttendeeRequestEmail = (props: React.ComponentProps<typeof Attendee
2424
title: props.calEvent.title,
2525
date,
2626
})}
27-
callToAction={null}
2827
{...props}
2928
/>
3029
);

0 commit comments

Comments
 (0)