diff --git a/plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx b/plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx index cd414cbb9a..b9989d742b 100644 --- a/plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx +++ b/plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx @@ -224,7 +224,6 @@ export const OwnershipCard = ({ })) as Array<{ counter: number; className: BoxTypes; - entities: Entity[]; name: string; url: string; }>;