fix: in/with
This commit is contained in:
parent
a94196dee6
commit
ca232ddb84
|
@ -29,7 +29,11 @@ export default function ChatCenter(props) {
|
|||
</span>
|
||||
</button>
|
||||
<div className="center__headerChannel">
|
||||
<span className="tiny">chatting in</span>
|
||||
<span className="tiny">
|
||||
chatting
|
||||
{' '}
|
||||
{channel.charCodeAt(1) === 'r'.charCodeAt(0) ? 'in' : 'with'}
|
||||
</span>
|
||||
<span>{channel}</span>
|
||||
</div>
|
||||
<button
|
||||
|
|
Loading…
Reference in New Issue
Block a user