fix(message): re-added click to usericon

This commit is contained in:
trashtemp
2022-01-15 22:50:29 +01:00
parent 2bef311f9a
commit e6684b8f78
4 changed files with 45 additions and 3 deletions

View File

@@ -133,6 +133,7 @@ const Message = observer(
<MessageInfo click={typeof head !== "undefined"}>
{head ? (
<UserIcon
className="avatar"
url={message.generateMasqAvatarURL()}
target={user}
size={36}