Skip to content
Snippets Groups Projects
Commit 791af604 authored by Francois AUBEUT's avatar Francois AUBEUT
Browse files

fix(admin): fix user structure name

parent cf5b0e92
No related branches found
No related tags found
3 merge requests!654Publish stable version,!631Generate testing v6,!551Resolve "Add buttons to manage user in Users by structure"
......@@ -329,7 +329,7 @@ const AdminUsersPage = ({ match: { path } }) => {
<List className={classes.list} disablePadding>
{items.map((user, i) => {
const userEmail = user.emails ? user.emails[0].address : '';
const structure = getStructure(user.structure);
const userStructure = getStructure(user.structure);
return [
<ListItem alignItems="flex-start" key={`user-${userEmail}`}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment