updated to fix breadcrumb

This commit is contained in:
2024-06-04 07:56:35 +01:00
parent 04dec99af1
commit 53e96b18bd
7 changed files with 112 additions and 100 deletions
+3 -3
View File
@@ -322,9 +322,9 @@ let MakeRepresentation = (props) => {
todaysDate <= statementDueDate &&
buildArr.push("Statement");
currentView.caseReference.appealType != 846040004 &&
currentView.caseReference.appealType == 846040015 &&
currentView.caseReference.specialistProcess != 846040001 &&
(currentView.caseReference.appealType != 846040004 ||
(currentView.caseReference.appealType == 846040015 &&
currentView.caseReference.specialistProcess != 846040001)) &&
todaysDate >= statementDueDate &&
todaysDate <= finalCommentsDate &&
buildArr.push("Final comments");