chore: Rename tooltip.tooltip prop to tooltip.content
This commit is contained in:
@@ -34,7 +34,7 @@ function AvatarWithPresence({
|
||||
return (
|
||||
<>
|
||||
<Tooltip
|
||||
tooltip={
|
||||
content={
|
||||
<Centered>
|
||||
<strong>{user.name}</strong> {isCurrentUser && `(${t("You")})`}
|
||||
{status && (
|
||||
|
||||
Reference in New Issue
Block a user