Merged PR 1510: amended display logic for startemtns to fix previous

amended display logic for startemtns to fix previous

Related work items: #12956
This commit is contained in:
Robert Bond
2025-03-24 16:08:54 +00:00
+7 -1
View File
@@ -365,7 +365,13 @@ let MakeRepresentation = (props) => {
currentView.caseReference.appealType != 846040019 &&
todaysDate >= startDate &&
todaysDate <= finalCommentsDate &&
buildArr.push("Local Impact Report"),
buildArr.push("Local Impact Report");
isLPA &&
isDNS &&
currentView.caseReference.appealType != 846040019 &&
todaysDate >= startDate &&
todaysDate <= finalCommentsDate &&
buildArr.push("Statement");
!isDNS &&