Skip to content

Commit

Permalink
DGJ-1858-ldb-success-page-redirect-order-change (#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhumin-fw authored Aug 12, 2024
1 parent 6c81bad commit 2e7ad93
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ export default React.memo(() => {
</span>
</>
);
} else if (search.includes(successTypes.COI_SUBMISSION)) {
} else if (search.includes(successTypes.COI_SUBMISSION_LDB)) {
return (
<>
<span className="success-content-intro">
Expand Down Expand Up @@ -702,8 +702,9 @@ export default React.memo(() => {
After your supervisor reviews your disclosure, documents a
decision on the outcome and submits, you will receive a
confirmation and a copy of your form in your email. Your form
will be automatically sent to AskMyHR for placement on your
personnel file
will be automatically sent to the LDB Ethics Advisor, and a
final copy will be sent to LDB Human Resources for placement on
your employee file
</li>
<li>
Your supervisor will reach out to you if they need some
Expand All @@ -713,7 +714,7 @@ export default React.memo(() => {
</div>
</>
);
} else if (search.includes(successTypes.COI_SUBMISSION_LDB)) {
} else if (search.includes(successTypes.COI_SUBMISSION)) {
return (
<>
<span className="success-content-intro">
Expand Down Expand Up @@ -748,9 +749,8 @@ export default React.memo(() => {
After your supervisor reviews your disclosure, documents a
decision on the outcome and submits, you will receive a
confirmation and a copy of your form in your email. Your form
will be automatically sent to the LDB Ethics Advisor, and a
final copy will be sent to LDB Human Resources for placement on
your employee file
will be automatically sent to AskMyHR for placement on your
personnel file
</li>
<li>
Your supervisor will reach out to you if they need some
Expand Down

0 comments on commit 2e7ad93

Please sign in to comment.