mirror of
https://github.com/status-im/status-web.git
synced 2025-02-22 01:08:31 +00:00
hide identicon for message owner
This commit is contained in:
parent
e958b1df01
commit
e1b300ed2d
@ -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…
x
Reference in New Issue
Block a user