Skip to content

Commit

Permalink
fix(e-map): updates to the email mapping (#869)
Browse files Browse the repository at this point in the history
* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <[email protected]>

* Update

---------

Co-authored-by: Benjamin Paige <[email protected]>
Co-authored-by: asharonbaltazar <[email protected]>
  • Loading branch information
3 people authored and RanyeM committed Dec 2, 2024
1 parent 9e43bb0 commit 7b1b713
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/libs/email/content/email-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,8 @@ const WithdrawRAI = ({
}) => (
<Section>
<Heading as="h2">
The OneMAC Submission Portal received a request to withdraw the Formal RAI Response. You are
receiving this email notification as the Formal RAI for {id} was withdrawn by {submitterName}{" "}
{submitterEmail}.
{`The OneMAC Submission Portal received a request to withdraw the Formal RAI Response. You are
receiving this email notification as the Formal RAI for ${id} was withdrawn by ${submitterName} ${submitterEmail}.`}
</Heading>
</Section>
);
Expand Down

0 comments on commit 7b1b713

Please sign in to comment.