diff --git a/components/case/summary.js b/components/case/summary.js index 2ef51df1..1c841b66 100644 --- a/components/case/summary.js +++ b/components/case/summary.js @@ -288,74 +288,79 @@ const CaseSummary = (props) => { - {props.currentView.showReps == true || - (props.currentView.showReps == "true" && - _.has(detailsObj, "pinswg_startdate") && - hasEndDate && - showReps( - detailsObj.pinswg_startdate, - detailsObj.pinswg_representation_period_end_date - ) && ( -