From 08707c81a04432adb5237160119ab81f41f28f28 Mon Sep 17 00:00:00 2001 From: Prasetya Aria Wibawa Date: Mon, 16 Aug 2021 16:57:17 +0700 Subject: [PATCH] remove entities from attribute of topSixEntityTypes arrray Signed-off-by: Prasetya Aria Wibawa --- plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx | 1 - 1 file changed, 1 deletion(-) 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; }>;