fix date displayed
This commit is contained in:
@@ -158,11 +158,9 @@ const DocumentDetails = (props) => {
|
|||||||
{_.has(historyObj, [
|
{_.has(historyObj, [
|
||||||
"pinswg_publisheddate@OData.Community.Display.V1.FormattedValue",
|
"pinswg_publisheddate@OData.Community.Display.V1.FormattedValue",
|
||||||
])
|
])
|
||||||
? formatDates(
|
? historyObj[
|
||||||
historyObj[
|
"pinswg_publisheddate@OData.Community.Display.V1.FormattedValue"
|
||||||
"pinswg_publisheddate@OData.Community.Display.V1.FormattedValue"
|
]
|
||||||
]
|
|
||||||
)
|
|
||||||
: ""}
|
: ""}
|
||||||
</dd>
|
</dd>
|
||||||
{/* <dd className="govuk-summary-list__value govuk-!-font-size-16">
|
{/* <dd className="govuk-summary-list__value govuk-!-font-size-16">
|
||||||
|
|||||||
Reference in New Issue
Block a user