From 101bdf7157b3dac7e0dd5c6aaeaad1a991b9feff Mon Sep 17 00:00:00 2001 From: Joshua Mbogo <55801923+mbogo-mit@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:35:45 -0400 Subject: [PATCH] adding memberIntersection console.log --- .../User/AdminUserTable/AdminUserTable.js | 2 +- .../AnnotationChannel/AnnotationChannel.js | 2 + src/pages/groups/index.jsx | 143 ------------------ 3 files changed, 3 insertions(+), 144 deletions(-) diff --git a/src/components/Admin/User/AdminUserTable/AdminUserTable.js b/src/components/Admin/User/AdminUserTable/AdminUserTable.js index fc7b58aa..2a83e2e7 100644 --- a/src/components/Admin/User/AdminUserTable/AdminUserTable.js +++ b/src/components/Admin/User/AdminUserTable/AdminUserTable.js @@ -131,7 +131,7 @@ const AdminUserTable = ({
Name | -Role | -Owner | -Members | -Actions | -
---|---|---|---|---|
- - {group.name} - - | -{FirstNameLastInitial(group.ownerName)} | -{group.memberCount} | -
- |
-