diff --git a/plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx b/plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx index fa953ebd02..1cb52a4762 100644 --- a/plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx +++ b/plugins/org/src/components/Cards/OwnershipCard/OwnershipCard.tsx @@ -71,10 +71,10 @@ export const OwnershipCard = (props: { return ( - - - - {!relationsToggle && ( + {!relationsToggle && ( + + + @@ -101,9 +101,9 @@ export const OwnershipCard = (props: { Aggregated Relations - )} - - + + + )}