Tooltip name pointing to logged in user (#2968)

This commit is contained in:
Gandharv 2022-05-04 16:28:40 +05:30 committed by GitHub
parent ad223e701f
commit 51cd932f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)}
/>
);