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:
@@ -365,7 +365,13 @@ let MakeRepresentation = (props) => {
|
|||||||
currentView.caseReference.appealType != 846040019 &&
|
currentView.caseReference.appealType != 846040019 &&
|
||||||
todaysDate >= startDate &&
|
todaysDate >= startDate &&
|
||||||
todaysDate <= finalCommentsDate &&
|
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");
|
buildArr.push("Statement");
|
||||||
|
|
||||||
!isDNS &&
|
!isDNS &&
|
||||||
|
|||||||
Reference in New Issue
Block a user