hide identicon for message owner
This commit is contained in:
parent
ef6880c166
commit
c3c5449802
|
@ -188,9 +188,9 @@ export const ChatMessage = (props: Props) => {
|
|||
<Flex gap={2}>
|
||||
<Box>
|
||||
<Avatar
|
||||
size={44}
|
||||
size={40}
|
||||
name={member!.username}
|
||||
colorHash={member!.colorHash}
|
||||
colorHash={owner ? undefined : member!.colorHash}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
|
|
Loading…
Reference in New Issue