diff --git a/webapp/channels/src/components/self_hosted_purchases/self_hosted_expansion_modal/index.tsx b/webapp/channels/src/components/self_hosted_purchases/self_hosted_expansion_modal/index.tsx index 41e1bedb98..b66a81f517 100644 --- a/webapp/channels/src/components/self_hosted_purchases/self_hosted_expansion_modal/index.tsx +++ b/webapp/channels/src/components/self_hosted_purchases/self_hosted_expansion_modal/index.tsx @@ -19,7 +19,7 @@ import {Client4} from 'mattermost-redux/client'; import {isDevModeEnabled} from 'selectors/general'; import {closeModal} from 'actions/views/modals'; -import {pageVisited, trackEvent} from 'actions/telemetry_actions'; +import {pageVisited} from 'actions/telemetry_actions'; import {confirmSelfHostedExpansion} from 'actions/hosted_customer'; import {ValueOf} from '@mattermost/types/utilities';