diff --git a/webapp/channels/src/components/pricing_modal/content.tsx b/webapp/channels/src/components/pricing_modal/content.tsx index b81f947c82..e31ad3f57f 100644 --- a/webapp/channels/src/components/pricing_modal/content.tsx +++ b/webapp/channels/src/components/pricing_modal/content.tsx @@ -396,7 +396,6 @@ function Content(props: ContentProps) { items: hasLimits ? starterBriefing : legacyStarterBriefing, }} /> - ) } @@ -440,18 +439,6 @@ function Content(props: ContentProps) { formatMessage({id: 'pricing_modal.extra_briefing.professional.guestAccess', defaultMessage: 'Guest access with MFA enforcement'}), ], }} - planAddonsInfo={{ - title: formatMessage({id: 'pricing_modal.addons.title', defaultMessage: 'Available Add-ons'}), - items: [ - { - title: formatMessage({id: 'pricing_modal.addons.professionalPlusSupport', defaultMessage: 'Professional-Plus Support'}), - items: [ - formatMessage({id: 'pricing_modal.addons.247Coverage', defaultMessage: '24x7 coverage'}), - formatMessage({id: 'pricing_modal.addons.4hourL1L2Response', defaultMessage: '4 hour L1&L2 response'}), - ], - }, - ], - }} />