diff --git a/components/case/representation/index.js b/components/case/representation/index.js index 624587f3..877a34f0 100644 --- a/components/case/representation/index.js +++ b/components/case/representation/index.js @@ -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 &&