Merged PR 1165: include commonlands variant of statementdue date
include commonlands variant of statementdue date Related work items: #11270
This commit is contained in:
@@ -592,6 +592,7 @@ let MakeRepresentation = (props) => {
|
||||
"pinswg_questionnaireduedate":
|
||||
detailsObj.pinswg_questionnaireduedate,
|
||||
"pinswg_statementduedate": detailsObj.pinswg_statementduedate,
|
||||
"pinswg_statementsduedate": detailsObj.pinswg_statementsduedate,
|
||||
"pinswg_finalcommentsduedate":
|
||||
detailsObj.pinswg_finalcommentsduedate,
|
||||
"pinswg_name":
|
||||
@@ -790,6 +791,7 @@ let MakeRepresentation = (props) => {
|
||||
"pinswg_applicationacceptedasvalid":
|
||||
detailsObj.pinswg_applicationacceptedasvalid,
|
||||
"pinswg_statementduedate": detailsObj.pinswg_statementduedate,
|
||||
"pinswg_statementsduedate": detailsObj.pinswg_statementsduedate,
|
||||
"pinswg_finalcommentsduedate":
|
||||
detailsObj.pinswg_finalcommentsduedate,
|
||||
"pinswg_name":
|
||||
|
||||
@@ -1111,7 +1111,7 @@ export const RenderFileUpload = (field) => {
|
||||
className="govuk-body govuk-!-font-size-14 govuk-!-padding-left-5 govuk-link"
|
||||
>
|
||||
{blob.name} (
|
||||
{bytesToSize(blob.contentLength || blob.size)}) ww
|
||||
{bytesToSize(blob.contentLength || blob.size)})
|
||||
</Link>
|
||||
</div>
|
||||
))}{" "}
|
||||
|
||||
Reference in New Issue
Block a user