import {Component} from 'react'; import Button from 'sentry/components/button'; import TeamKeyTransaction, { TitleProps, } from 'sentry/components/performance/teamKeyTransaction'; import * as TeamKeyTransactionManager from 'sentry/components/performance/teamKeyTransactionsManager'; import Tooltip from 'sentry/components/tooltip'; import {IconStar} from 'sentry/icons'; import {t} from 'sentry/locale'; import {Organization, Project} from 'sentry/types'; import {defined} from 'sentry/utils'; import withProjects from 'sentry/utils/withProjects'; class TitleStar extends Component { render() { const {isOpen, keyedTeams, initialValue, ...props} = this.props; const keyedTeamsCount = keyedTeams?.length ?? initialValue ?? 0; const star = ( 0} data-test-id="team-key-transaction-column" /> ); const button = (