Skip to content

Commit

Permalink
Merge pull request #14763 from transcom/B-22305-INT-Milmove-Error-mes…
Browse files Browse the repository at this point in the history
…sage-has-incorrect-URL-for-Technical-Helpdesk

B 22305 int milmove error message has incorrect url for technical helpdesk
  • Loading branch information
joeydoyecaci authored Feb 11, 2025
2 parents 3e70104 + b9248d4 commit 1c65288
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/shared/ErrorModal/ErrorModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export const ErrorModal = ({ closeModal, errorMessage, displayHelpDeskLink = tru
<ModalClose handleClick={closeModal} />
<SystemError>
{errorMessage}
{displayHelpDeskLink && (
<a href="mailto:usarmy.scott.sddc.mbx.G6-SRC-M\[email protected]">Technical Help Desk</a>
)}
{displayHelpDeskLink && <a href="mailto:[email protected]">Technical Help Desk</a>}
</SystemError>
<ModalActions>
<Button secondary type="button" onClick={closeModal} className={styles.Button}>
Expand Down

0 comments on commit 1c65288

Please sign in to comment.