Merged PR 1699: past sprint defect fixes
Related work items: #16503, #17110
This commit is contained in:
@@ -36,9 +36,17 @@ const RepComplete = (props) => {
|
|||||||
</li>
|
</li>
|
||||||
));
|
));
|
||||||
|
|
||||||
|
const isSIPS =
|
||||||
|
props.props.currentView.caseReference.appealType === 846040002;
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const reference = "PEDW-REPRESENTATION-COMPLETE";
|
const reference = isSIPS
|
||||||
const templateId = "c49785e7-3217-40b6-b33f-dffc4e58d5c1";
|
? "PEDW-CONSULTATION-COMPLETE"
|
||||||
|
: "PEDW-REPRESENTATION-COMPLETE";
|
||||||
|
const templateId = isSIPS
|
||||||
|
? "c3f373ca-df9d-4967-bea0-3ad3a57f8dcc"
|
||||||
|
: "c49785e7-3217-40b6-b33f-dffc4e58d5c1";
|
||||||
|
|
||||||
const emailAddress =
|
const emailAddress =
|
||||||
props.props.props.props.accountDetails.accountDetails.emailaddress1;
|
props.props.props.props.accountDetails.accountDetails.emailaddress1;
|
||||||
const personalisation = {
|
const personalisation = {
|
||||||
|
|||||||
@@ -595,7 +595,6 @@ const Pinswg_sipscase = (props) => {
|
|||||||
)) && (
|
)) && (
|
||||||
<div>
|
<div>
|
||||||
<h4 className="govuk-heading-s ">
|
<h4 className="govuk-heading-s ">
|
||||||
Submission
|
|
||||||
{t(
|
{t(
|
||||||
"case:summary-submission-sub-title"
|
"case:summary-submission-sub-title"
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user