We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35c0db commit a4fc07dCopy full SHA for a4fc07d
dotcom-rendering/src/components/marketing/epics/ContributionsEpic.stories.tsx
@@ -330,20 +330,6 @@ export const WithThreeTierChoiceCardsForUS: Story = {
330
},
331
};
332
333
-export const WithThreeTierChoiceCardsSimplifiedForUS: Story = {
334
- name: 'ContributionsEpic with three tier choice cards for US (Simplified third choice)',
335
- args: {
336
- ...meta.args,
337
- countryCode: 'US',
338
- variant: {
339
- ...props.variant,
340
- name: 'TEST_EPIC_SIMPLIFIED_THIRD_CHOICE_CARD',
341
- secondaryCta: undefined,
342
- showChoiceCards: true,
343
- },
344
345
-};
346
-
347
export const WithThreeTierDiscountChoiceCards: Story = {
348
name: 'ContributionsEpic with discounted three tier choice cards',
349
args: {
0 commit comments