create pdf reps for lpa
This commit is contained in:
@@ -24,6 +24,8 @@ const RepDetails = (props) => {
|
||||
|
||||
detailsObj = detailsObj[0];
|
||||
|
||||
console.log("-----detailsObj:", detailsObj);
|
||||
|
||||
return (
|
||||
<>
|
||||
{" "}
|
||||
@@ -36,9 +38,9 @@ const RepDetails = (props) => {
|
||||
</dt>
|
||||
<dd className="govuk-summary-list__value">
|
||||
{casesObj.appellantApplicant || ""}
|
||||
{detailsObj[
|
||||
"_pinswg_appellant_value@OData.Community.Display.V1.FormattedValue"
|
||||
] || "not entered"}
|
||||
{detailsObj.firstName +
|
||||
" " +
|
||||
detailsObj.lastName || "not entered"}
|
||||
</dd>
|
||||
</div>
|
||||
{/* <div className="govuk-summary-list__row">
|
||||
|
||||
Reference in New Issue
Block a user