Skip to content

Commit 050102f

Browse files
authored
fix: OOO redirect, email wrong formatting (#17829)
1 parent c1112ab commit 050102f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/emails/src/templates/BookingRedirectEmailNotification.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const BookingRedirectEmailNotification = (
3737
eventOwner: props.eventOwner,
3838
dates: props.dates,
3939
oldDates: props.oldDates ?? "",
40+
interpolation: { escapeValue: false },
4041
}
4142
)}
4243
<br />

0 commit comments

Comments
 (0)