fix for new appeal and reps updates
This commit is contained in:
@@ -178,11 +178,12 @@ let BuildCheckSection = (props) => {
|
||||
props={props}
|
||||
key={key}
|
||||
mandatoryFieldsData={mandatoryFieldsData}
|
||||
filesArray={buildAppealFilesArray}
|
||||
/>
|
||||
</div>
|
||||
))}
|
||||
</dl>
|
||||
<dl className="govuk-summary-list govuk-!-margin-bottom-9 at-summary-list">
|
||||
{/* <dl className="govuk-summary-list govuk-!-margin-bottom-9 at-summary-list">
|
||||
{buildAppealFilesArray.length > 0
|
||||
? buildAppealFilesArray.map((blob, i) => {
|
||||
return (
|
||||
@@ -233,7 +234,7 @@ let BuildCheckSection = (props) => {
|
||||
);
|
||||
})
|
||||
: ""}
|
||||
</dl>
|
||||
</dl> */}
|
||||
</div>
|
||||
{finaliseAppealProcess ? (
|
||||
<div className="">
|
||||
|
||||
Reference in New Issue
Block a user