fix(teams): smol tweaks (#12443)
This commit is contained in:
@@ -1265,7 +1265,8 @@ export default {
|
||||
this.members.forEach(member => {
|
||||
this.membersNameAndId.push({
|
||||
id: member._id,
|
||||
name: member.auth.local.username,
|
||||
name: member.profile.name,
|
||||
addlText: `@${member.auth.local.username}`,
|
||||
});
|
||||
this.memberNamesById[member._id] = member.profile.name;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user