diff --git a/opencti-platform/opencti-front/src/private/components/common/stix_domain_objects/StixDomainObjectAttackPatternsKillChainLines.tsx b/opencti-platform/opencti-front/src/private/components/common/stix_domain_objects/StixDomainObjectAttackPatternsKillChainLines.tsx index b0c112ebcbdc..087a907a98e6 100644 --- a/opencti-platform/opencti-front/src/private/components/common/stix_domain_objects/StixDomainObjectAttackPatternsKillChainLines.tsx +++ b/opencti-platform/opencti-front/src/private/components/common/stix_domain_objects/StixDomainObjectAttackPatternsKillChainLines.tsx @@ -18,7 +18,6 @@ import { import { StixDomainObjectAttackPatternsKillChainQuery$variables } from '@components/common/stix_domain_objects/__generated__/StixDomainObjectAttackPatternsKillChainQuery.graphql'; import { Theme } from '@mui/material/styles/createTheme'; import { ListItemButton } from '@mui/material'; -import StixCoreRelationshipPopover from '../stix_core_relationships/StixCoreRelationshipPopover'; import ItemMarkings from '../../../../components/ItemMarkings'; import MarkdownDisplay from '../../../../components/MarkdownDisplay'; import { useFormatter } from '../../../../components/i18n'; @@ -45,8 +44,6 @@ interface StixDomainObjectAttackPatternsKillChainLinesProps { const StixDomainObjectAttackPatternsKillChainLines: FunctionComponent = ({ data, - paginationOptions, - onDelete, searchTerm, coursesOfAction, }) => { @@ -191,7 +188,7 @@ const StixDomainObjectAttackPatternsKillChainLines: FunctionComponent
- {coursesOfAction ? ( + {coursesOfAction && ( handleToggleLine(attackPattern.id)} aria-haspopup="true" @@ -203,12 +200,6 @@ const StixDomainObjectAttackPatternsKillChainLines: FunctionComponent )} - ) : ( - )}