Fix tsc issue

Signed-off-by: Jesse Bye <jbye@riskalyze.com>
This commit is contained in:
Jesse Bye
2021-06-17 13:55:10 -07:00
committed by blam
parent ce4abc1e02
commit 5e8b591c86
@@ -232,7 +232,7 @@ export const OwnershipCard = ({
] as Array<{
counter: number;
className: EntitiesTypes;
entities: string[];
entities: Entity[];
name: string;
}>;
}, [catalogApi, entity]);