fix: rename src to avatarUrl in collaborator (#5177)
* fix: rename to in collaborator * update pr link * fallback to intials on image error
This commit is contained in:
@ -50,7 +50,7 @@ export const actionGoToCollaborator = register({
|
||||
border={stroke}
|
||||
onClick={() => updateData(collaborator.pointer)}
|
||||
name={collaborator.username || ""}
|
||||
src={collaborator.src}
|
||||
src={collaborator.avatarUrl}
|
||||
/>
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user