fix(messaging): bring cursor pointer back for av.

This commit is contained in:
Paul Makles
2022-01-15 15:59:25 +00:00
parent ae0f317fa9
commit dfa47027a6
3 changed files with 9 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ const Message = observer(
}
onMouseEnter={() => setAnimate(true)}
onMouseLeave={() => setAnimate(false)}>
<MessageInfo>
<MessageInfo click={typeof head !== "undefined"}>
{head ? (
<UserIcon
url={message.generateMasqAvatarURL()}