From 040220aea4091d75d005abc9635827a9aac6dfe7 Mon Sep 17 00:00:00 2001 From: K Om Senapati Date: Thu, 10 Oct 2024 06:57:19 +0530 Subject: [PATCH] [MM-60838] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/billing/company_info_display.tsx' with FormattedMessage (#28651) --- .../components/admin_console/billing/company_info_display.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/channels/src/components/admin_console/billing/company_info_display.tsx b/webapp/channels/src/components/admin_console/billing/company_info_display.tsx index e148bafd4f..110fdbcc9f 100644 --- a/webapp/channels/src/components/admin_console/billing/company_info_display.tsx +++ b/webapp/channels/src/components/admin_console/billing/company_info_display.tsx @@ -9,7 +9,6 @@ import {trackEvent} from 'actions/telemetry_actions'; import BlockableLink from 'components/admin_console/blockable_link'; import CompanySvg from 'components/common/svg_images_components/company_svg'; -import FormattedMarkdownMessage from 'components/formatted_markdown_message'; import type {GlobalState} from 'types/store'; @@ -75,7 +74,7 @@ const CompanyInfoDisplay: React.FC = () => { {Boolean(companyInfo.num_employees) &&
-