Merge branch 'main' into rtViz
This commit is contained in:
@@ -45,7 +45,7 @@ const Header: React.FC = () => {
|
||||
<div
|
||||
key={index}
|
||||
className="user-profile"
|
||||
style={{ background: getAvatarColor(index) }}
|
||||
style={{ background: getAvatarColor(index, user.userName) }}
|
||||
>
|
||||
{user.userName[0]}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user