chasnged displayed end date to statement for CPO
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user