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 <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>
  • Loading branch information
3 people authored and RanyeM committed Dec 2, 2024
1 parent 32de0a8 commit 0a83fea
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 @@ -244,9 +244,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 0a83fea

Please sign in to comment.