Skip to content

Commit

Permalink
Merge branch 'main' into B-22242
Browse files Browse the repository at this point in the history
  • Loading branch information
begrohmann authored Feb 17, 2025
2 parents b9ca6bd + 8633f87 commit fc2931b
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 fc2931b

Please sign in to comment.