diff --git a/components/case/representation/index.js b/components/case/representation/index.js index 04bf9c92..caabb42b 100644 --- a/components/case/representation/index.js +++ b/components/case/representation/index.js @@ -347,7 +347,7 @@ let MakeRepresentation = (props) => { currentView.caseReference.appealType != 846040015 && currentView.caseReference.appealType != 846040016 && todaysDate >= startDate && - todaysDate <= questionnaireDate && + todaysDate <= finalCommentsDate && buildArr.push("Questionnaire"); isLPA &&