Fix avatar color consistency

This commit is contained in:
yash-signal
2025-04-07 11:18:05 -05:00
committed by GitHub
parent e9e3906371
commit cc4470bb6f
3 changed files with 10 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ export function AddUserToAnotherGroupModal({
}
return {
...pick(convo, 'id', 'avatarUrl', 'title', 'hasAvatar'),
...pick(convo, 'id', 'avatarUrl', 'title', 'hasAvatar', 'color'),
memberships,
membersCount,
disabledReason,