Skip to content

Commit 22eb30f

Browse files
committed
fix condition
1 parent 50885c4 commit 22eb30f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dotcom-rendering/src/components/marketing/epics/ThreeTierChoiceCardData.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export const ChoiceCardTestData_REGULAR = (
4040
benefitsLabel: 'All-access digital',
4141
benefits: () =>
4242
shorterBenefits
43-
? fullSupporterPlusBenefits
44-
: shorterSupporterPlusBenefits,
43+
? shorterSupporterPlusBenefits
44+
: fullSupporterPlusBenefits,
4545
recommended: true,
4646
},
4747
{
@@ -73,8 +73,8 @@ export const ChoiceCardTestData_US = (
7373
benefitsLabel: 'All-access digital',
7474
benefits: () =>
7575
shorterBenefits
76-
? fullSupporterPlusBenefits
77-
: shorterSupporterPlusBenefits,
76+
? shorterSupporterPlusBenefits
77+
: fullSupporterPlusBenefits,
7878
recommended: true,
7979
},
8080
{

0 commit comments

Comments
 (0)