Misc fixes
This commit is contained in:
@ -31,6 +31,7 @@ export function Favorites() {
|
||||
icon={
|
||||
<Avatar
|
||||
key={id}
|
||||
colorId={person.id}
|
||||
avatarUrl={person.avatarUrl ?? ''}
|
||||
type="rounded"
|
||||
placeholder={`${person.firstName} ${person.lastName}`}
|
||||
|
||||
Reference in New Issue
Block a user