Fix avatar color consistency
This commit is contained in:
parent
e9e3906371
commit
cc4470bb6f
3 changed files with 10 additions and 2 deletions
|
@ -129,7 +129,7 @@ export function AddUserToAnotherGroupModal({
|
|||
}
|
||||
|
||||
return {
|
||||
...pick(convo, 'id', 'avatarUrl', 'title', 'hasAvatar'),
|
||||
...pick(convo, 'id', 'avatarUrl', 'title', 'hasAvatar', 'color'),
|
||||
memberships,
|
||||
membersCount,
|
||||
disabledReason,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue