diff --git a/components/case/representation/representationComplete.js b/components/case/representation/representationComplete.js index 0fc273a7..b34bc891 100644 --- a/components/case/representation/representationComplete.js +++ b/components/case/representation/representationComplete.js @@ -53,7 +53,7 @@ const RepComplete = (props) => { props.props.currentView.representationMessageSent != true && (setRepInvolvment( props.props.currentView.caseReference.incidentid, - props.props.props.props.accountDetails.loggedinUserId + props.props.props.props.accountDetails.accountDetails.contactid ), sendRepCompleteMessage( props.props.props.props.accountDetails.containerID, @@ -68,7 +68,8 @@ const RepComplete = (props) => { ")", "pinswg_Contact@odata.bind": "/contacts(" + - props.props.props.props.accountDetails.loggedinUserId + + props.props.props.props.accountDetails.accountDetails + .contactid + ")", "pinswg_appealcasetype": props.props.currentView.caseReference.appealType, @@ -92,9 +93,7 @@ const RepComplete = (props) => { {t("myrepresentations:rep-complete-heading")}

{t("myrepresentations:rep-complete-para-one")}

-

{t("myrepresentations:rep-complete-para-two")}

-

{t("myrepresentations:rep-complete-para-three")}