diff --git a/components/case/representation/index.js b/components/case/representation/index.js index 6261154d..32609c1a 100644 --- a/components/case/representation/index.js +++ b/components/case/representation/index.js @@ -253,9 +253,14 @@ let MakeRepresentation = (props) => { var detailsObj = {}; + // const isAppellant = + // props.props.accountDetails.accountDetails.pinswg_typeofinvolvement === + // 846040001; + const isAppellant = - props.props.accountDetails.accountDetails.pinswg_typeofinvolvement === - 846040001; + props.props.accountDetails.accountDetails.emailaddress1 == + props.searchResultsObj?.searchResultsObj?.value[0].customerid_contact + .emailaddress1; const capacityOptionsArr = []; diff --git a/components/representation.js b/components/representation.js index da9f4232..0c778eb9 100644 --- a/components/representation.js +++ b/components/representation.js @@ -17,6 +17,12 @@ const CaseRepresentation = (props) => {