small fixes on chat behaviour

This commit is contained in:
t1enne
2022-07-02 09:56:03 +02:00
parent 1bbca87afb
commit b279f8f707
3 changed files with 23 additions and 18 deletions

View File

@@ -47,7 +47,7 @@ export default function ChatUserMessage({
>
{!sameUserAsLast && (
<div className={s.user} style={{ color }}>
<ModIcon />
{showModeratorMenu && <ModIcon />}
<span className={s.userName}>{displayName}</span>
</div>
)}