Skip to content

Commit

Permalink
chore: show display name character in avatar (#4326)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryan610 authored May 1, 2024
1 parent 34dd19c commit 73fd6e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const CollaboratorListItem: React.FC<CollaboratorListItemProps> = observer((prop
<div className="flex justify-center">
<Avatar
src={userDetails.avatar}
name={isCurrentUser ? "You" : userDetails.display_name}
name={userDetails.display_name}
size={69}
className="!text-3xl !font-medium"
showTooltip={false}
Expand Down

0 comments on commit 73fd6e6

Please sign in to comment.