{highlightTrial() && (
)}
{(!highlightTrial() || groups.length > 0) && (
<>
External group sync
>
)}
{groups.length > 0 && (
)}
{groups.length === 0 &&
!isAdding &&
(highlightTrial() ? (
) : (
))}
{groups.length > 0 && (
External Group ID |
|
{groups.map((group) => this.renderGroup(group))}
)}
);
}
}
export const TeamSyncUpgradeContent = ({ action }: { action?: UpgradeContentProps['action'] }) => {
const theme = useTheme2();
return (