diff --git a/client/coral-admin/src/routes/Community/components/People.js b/client/coral-admin/src/routes/Community/components/People.js index a5e2aecdd..24739648c 100644 --- a/client/coral-admin/src/routes/Community/components/People.js +++ b/client/coral-admin/src/routes/Community/components/People.js @@ -102,8 +102,8 @@ class People extends React.Component { - {users.nodes.map((user, i)=> ( - + {users.nodes.map((user)=> ( + {user.profiles.map(({id}) => id)}