amended display logic for startemtns to fix previous

This commit is contained in:
2025-03-24 16:07:08 +00:00
parent a7fef58436
commit 8642608c64
+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 &&