From 3ca3b598021aed1fb420ab96a217ee71a1834816 Mon Sep 17 00:00:00 2001 From: okbel Date: Thu, 4 Jan 2018 11:44:02 -0300 Subject: [PATCH] Using user.id --- client/coral-admin/src/routes/Community/components/People.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)}