mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Tooltip name pointing to logged in user (#2968)
This commit is contained in:
parent
ad223e701f
commit
51cd932f73
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const RealtimeAvatars = ({ self, updatePresence, editingVersionId }) => {
|
|||
<Avatar
|
||||
key={id}
|
||||
borderColor={presence.color}
|
||||
title={getAvatarTitle(self?.presence)}
|
||||
title={getAvatarTitle(presence)}
|
||||
text={getAvatarText(presence)}
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue