Skip to content

Commit

Permalink
user org update
Browse files Browse the repository at this point in the history
  • Loading branch information
shadrach-tayo committed Nov 7, 2024
1 parent dd54542 commit 3d226fb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/molecules/CommunityMembers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,11 @@ export default function CommunityMembers({
<p className="text-sm font-medium leading-none">
{user.name}
</p>
{/* {user.organisations.length > 0 && ( */}
{user.organisations.length > 0 && (
<p className="text-xs text-muted-foreground">
{/* {user.organisations[0]} */}
Massachusetts Institute of Technology
{user.organisations[0]}
</p>
{/* )} */}
)}
</div>
</div>
{members.some((m) => m.userId === user.id) && (
Expand Down

0 comments on commit 3d226fb

Please sign in to comment.