Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpaige committed Jan 12, 2025
1 parent 6fa293f commit 7530ca8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const ChipSpaStateEmail = (props: {
return (
<Html lang="en" dir="ltr">
<Container>
<WithdrawRAI {...variables} />
<WithdrawRAI {...variables} relatedEvent={relatedEvent as any} />
<PackageDetails
details={{
"State or Territory": variables.territory,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const MedSpaStateEmail = (props: {
return (
<Html lang="en" dir="ltr">
<Container>
<WithdrawRAI {...variables} />
<WithdrawRAI {...variables} relatedEvent={relatedEvent as any} />
<PackageDetails
details={{
"State or Territory": variables.territory,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const Waiver1915bStateEmail = (props: {
applicationEndpointUrl={variables.applicationEndpointUrl}
footerContent={<FollowUpNotice />}
>
<WithdrawRAI {...variables} />
<WithdrawRAI {...variables} relatedEvent={relatedEvent as any} />
<PackageDetails
details={{
"State or Territory": variables.territory,
Expand Down

0 comments on commit 7530ca8

Please sign in to comment.