Skip to content

Commit

Permalink
Remove static page HLR CTA entry (#33382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie authored Dec 10, 2024
1 parent ac113d2 commit 28343a9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/applications/static-pages/cta-widget/ctaWidgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const viewDependentsUrl = getAppUrl('dependents-view-dependents');
const disabilityBenefitsUrls = {
'686c': getAppUrl('686C-674'),
'2346': getAppUrl('order-form-2346'),
'996': getAppUrl('0996-higher-level-review'),
'view-payments': getAppUrl('view-payments'),
};

Expand All @@ -28,7 +27,6 @@ export const CTA_WIDGET_TYPES = {
HA_CPAP_SUPPLIES: 'ha-cpap-supplies',
HEALTH_RECORDS: 'health-records',
HEARING_AID_SUPPLIES: 'hearing-aid-supplies',
HIGHER_LEVEL_REVIEW: 'higher-level-review',
HOME_LOAN_COE_STATUS: 'home-loan-coe-status',
LAB_AND_TEST_RESULTS: 'lab-and-test-results',
LETTERS: 'letters',
Expand Down Expand Up @@ -179,17 +177,6 @@ export const ctaWidgetsLookup = {
requiredServices: null,
serviceDescription: 'order hearing aid supplies',
},
[CTA_WIDGET_TYPES.HIGHER_LEVEL_REVIEW]: {
id: CTA_WIDGET_TYPES.HIGHER_LEVEL_REVIEW,
deriveToolUrlDetails: () => ({
url: disabilityBenefitsUrls['996'],
redirect: false,
}),
isHealthTool: false,
mhvToolName: null,
requiredServices: null,
serviceDescription: 'request a Higher-Level Review',
},
[CTA_WIDGET_TYPES.HOME_LOAN_COE_STATUS]: {
id: CTA_WIDGET_TYPES.HOME_LOAN_COE_STATUS,
deriveToolUrlDetails: () => ({
Expand Down

0 comments on commit 28343a9

Please sign in to comment.