files object display
This commit is contained in:
@@ -140,8 +140,8 @@ let BuildCheckSection = (props) => {
|
||||
<dl className="govuk-summary-list govuk-!-margin-bottom-9 at-summary-list">
|
||||
<div className="govuk-summary-list__row" key={"9999"}>
|
||||
<dt>
|
||||
{props.props.appealType.fileList.files.length >
|
||||
0
|
||||
{_.has(props.props.appealType.fileList.files) &&
|
||||
props.props.appealType.fileList.files.length > 0
|
||||
? props.props.appealType.fileList.files.map(
|
||||
(blob, i) => (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user