Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
“LAKSHMIRPILLAI” committed Feb 6, 2025
1 parent dc39289 commit 931b8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support-frontend/assets/helpers/productCatalog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ const newsletterBenefit = {
'NZDCountries',
'Canada',
'International',
],
] as CountryGroupId[],
};
const newsletterBenefitUS = {
copy: 'Regular dispatches from the newsroom to see the impact of your support',
specificToRegions: ['UnitedStates'],
specificToRegions: ['UnitedStates'] as CountryGroupId[],
};
const fewerAsksBenefit = {
copy: 'Far fewer asks for support',
Expand Down

0 comments on commit 931b8db

Please sign in to comment.