fix: actual channel

This commit is contained in:
cha0s 2020-07-24 07:47:53 -05:00
parent 050899b407
commit e08040897f

View File

@ -85,7 +85,7 @@ export default function ChatCenter() {
/> />
<div className="center__headerChannel"> <div className="center__headerChannel">
<span className="tiny">chatting in</span> <span className="tiny">chatting in</span>
<span>/r/reddichat</span> <span>{channel}</span>
</div> </div>
<Bar <Bar
active={rightActiveIndex} active={rightActiveIndex}