Skip to content

Commit

Permalink
Merge pull request #14764 from transcom/B-22305-MAIN-Milmove-Error-me…
Browse files Browse the repository at this point in the history
…ssage-has-incorrect-URL-for-Technical-Helpdesk

B 22305 main milmove error message has incorrect url for technical helpdesk
  • Loading branch information
pambecker authored Feb 14, 2025
2 parents 0018a1b + 65f0129 commit 8633f87
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\ilMove-HD@mail.mil">Technical Help Desk</a>
)}
{displayHelpDeskLink && <a href="mailto:usarmy.scott.sddc.mbx.G6-SRC-MilMove-HD@army.mil">Technical Help Desk</a>}
</SystemError>
<ModalActions>
<Button secondary type="button" onClick={closeModal} className={styles.Button}>
Expand Down

0 comments on commit 8633f87

Please sign in to comment.