From 724522c79cd3daa3d31fbd9509c1ced1f0fd6225 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Sun, 3 Apr 2022 15:46:13 -0500 Subject: [PATCH] Tighten up when hiddent Signed-off-by: Andre Wanlin --- .../Cards/OwnershipCard/OwnershipCard.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 - )} - - + + + )}