Skip to content

Commit

Permalink
[CLD-8480] Remove duplicate 'Contact Sales' link in pricing modal card (
Browse files Browse the repository at this point in the history
mattermost#28899)

* Remove duplicate 'Contact Sales' link in pricing modal card

* Fix lint

* Revert package-lock to master
  • Loading branch information
nickmisasi authored Oct 25, 2024
1 parent 21c6b24 commit 4785562
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/channels/src/components/pricing_modal/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {CloudProducts, LicenseSkus, MattermostFeatures, TELEMETRY_CATEGORIES, Re
import {findOnlyYearlyProducts, findProductBySku} from 'utils/products';

import Card, {BlankCard, ButtonCustomiserClasses} from './card';
import ContactSalesCTA from './contact_sales_cta';

import './content.scss';

Expand Down Expand Up @@ -218,7 +217,6 @@ function Content(props: ContentProps) {
/>) : undefined}
buttonDetails={enterpriseBtnDetails()}
planTrialDisclaimer={undefined}
contactSalesCTA={(isPostTrial || !isAdmin) ? undefined : <ContactSalesCTA/>}
briefing={{
title: formatMessage({id: 'pricing_modal.briefing.title_large_scale', defaultMessage: 'Large scale collaboration'}),
items: [
Expand Down

0 comments on commit 4785562

Please sign in to comment.