diff --git a/components/breadcrumbs.js b/components/breadcrumbs.js index eacd6089..50cefe23 100644 --- a/components/breadcrumbs.js +++ b/components/breadcrumbs.js @@ -30,7 +30,6 @@ const Breadcrumbs = (props) => { const qcount = currentView.caseReference.appealType == 846040000 || currentView.caseReference.appealType == 846040001 || - currentView.caseReference.appealType == 846040006 || currentView.caseReference.appealType == 846040025 || currentView.caseReference.appealType == 846040004 || currentView.caseReference.appealType == 846040018 || diff --git a/components/case/representation/index.js b/components/case/representation/index.js index de82acfb..0a8f8245 100644 --- a/components/case/representation/index.js +++ b/components/case/representation/index.js @@ -72,7 +72,6 @@ let MakeRepresentation = (props) => { switch (currentView.caseReference.appealType) { case 846040000: case 846040001: - case 846040006: case 846040025: case 846040004: case 846040018: @@ -638,7 +637,6 @@ let MakeRepresentation = (props) => { switch (currentView.caseReference.appealType) { case 846040000: case 846040001: - case 846040006: case 846040025: case 846040004: case 846040018: diff --git a/components/case/representation/representationCompleteSubmit.js b/components/case/representation/representationCompleteSubmit.js index 57cf569c..6e53f348 100644 --- a/components/case/representation/representationCompleteSubmit.js +++ b/components/case/representation/representationCompleteSubmit.js @@ -100,7 +100,6 @@ const RepCompleteSubmit = (props) => { switch (currentView.caseReference.appealType) { case 846040000: case 846040001: - case 846040006: case 846040025: case 846040004: case 846040018: diff --git a/components/case/representation/representationLPA.js b/components/case/representation/representationLPA.js index ed266276..2ed5e0c9 100644 --- a/components/case/representation/representationLPA.js +++ b/components/case/representation/representationLPA.js @@ -61,7 +61,6 @@ let RepLPA = (props) => { switch (currentView.caseReference.appealType) { case 846040000: case 846040001: - case 846040006: case 846040025: case 846040004: case 846040018: @@ -120,7 +119,6 @@ let RepLPA = (props) => { switch (currentView.caseReference.appealType) { case 846040000: case 846040001: - case 846040006: case 846040025: case 846040004: case 846040018: