chasnged displayed end date to statement for CPO

This commit is contained in:
2024-10-08 09:34:20 +01:00
parent 7d6115486a
commit 22aa3e8404
4 changed files with 21 additions and 21 deletions
+8 -4
View File
@@ -682,10 +682,14 @@ const CaseSummary = (props) => {
{t(
"case:representation-period-ended-on-label"
)}
{formatDates(
detailsObj.pinswg_finalcommentsduedate
)}
{props.currentView.caseReference
.appealType == 846040019
? formatDates(
detailsObj.pinswg_statementduedate
)
: formatDates(
detailsObj.pinswg_finalcommentsduedate
)}
</div>
)}
</div>