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}>
|
<Flex gap={2}>
|
||||||
<Box>
|
<Box>
|
||||||
<Avatar
|
<Avatar
|
||||||
size={44}
|
size={40}
|
||||||
name={member!.username}
|
name={member!.username}
|
||||||
colorHash={member!.colorHash}
|
colorHash={owner ? undefined : member!.colorHash}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue