diff --git a/components/case/documents.js b/components/case/documents.js index 77dd7a3d..e9c698ec 100644 --- a/components/case/documents.js +++ b/components/case/documents.js @@ -158,11 +158,9 @@ const DocumentDetails = (props) => { {_.has(historyObj, [ "pinswg_publisheddate@OData.Community.Display.V1.FormattedValue", ]) - ? formatDates( - historyObj[ - "pinswg_publisheddate@OData.Community.Display.V1.FormattedValue" - ] - ) + ? historyObj[ + "pinswg_publisheddate@OData.Community.Display.V1.FormattedValue" + ] : ""} {/*