diff --git a/components/case/summary.js b/components/case/summary.js index ec468796..17881874 100644 --- a/components/case/summary.js +++ b/components/case/summary.js @@ -492,6 +492,12 @@ const CaseSummary = (props) => {
+ {
+ props
+ .currentView
+ .caseReference
+ .appealType
+ }
The
representation
period for
@@ -501,9 +507,17 @@ const CaseSummary = (props) => {
detailsObj.pinswg_startdate
)}{" "}
and{" "}
- {formatDates(
- detailsObj.pinswg_finalcommentsduedate
- )}
+ {props
+ .currentView
+ .caseReference
+ .appealType ==
+ 846040019
+ ? formatDates(
+ detailsObj.pinswg_statementduedate
+ )
+ : formatDates(
+ detailsObj.pinswg_finalcommentsduedate
+ )}
You can make
a
@@ -1135,7 +1149,7 @@ const CaseSummary = (props) => {
props.searchResultsObj.searchDetailsObj[0].value[0]
.pinswg_startdate,
props.searchResultsObj.searchDetailsObj[0].value[0]
- .pinswg_statementduedate
+ .pinswg_finalcommentsduedate
)
: true;