From 3d226fb397159dcb26e8b04933fd182a50469e8c Mon Sep 17 00:00:00 2001 From: shadrach Date: Mon, 21 Oct 2024 09:25:28 -0500 Subject: [PATCH] user org update --- src/components/molecules/CommunityMembers.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/molecules/CommunityMembers.tsx b/src/components/molecules/CommunityMembers.tsx index 06d9a59..b21def6 100644 --- a/src/components/molecules/CommunityMembers.tsx +++ b/src/components/molecules/CommunityMembers.tsx @@ -159,12 +159,11 @@ export default function CommunityMembers({

{user.name}

- {/* {user.organisations.length > 0 && ( */} + {user.organisations.length > 0 && (

- {/* {user.organisations[0]} */} - Massachusetts Institute of Technology + {user.organisations[0]}

- {/* )} */} + )} {members.some((m) => m.userId === user.id) && (