mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
fix(messaging): bring cursor pointer back for av.
This commit is contained in:
@@ -130,7 +130,7 @@ const Message = observer(
|
||||
}
|
||||
onMouseEnter={() => setAnimate(true)}
|
||||
onMouseLeave={() => setAnimate(false)}>
|
||||
<MessageInfo>
|
||||
<MessageInfo click={typeof head !== "undefined"}>
|
||||
{head ? (
|
||||
<UserIcon
|
||||
url={message.generateMasqAvatarURL()}
|
||||
|
||||
Reference in New Issue
Block a user