diff --git a/app/javascript/chat/channels.jsx b/app/javascript/chat/channels.jsx index ee0f0355f..6950122e5 100644 --- a/app/javascript/chat/channels.jsx +++ b/app/javascript/chat/channels.jsx @@ -64,14 +64,6 @@ const Channels = ({ activeChannelId, chatChannels, handleSwitchChannel, expanded style={{border:`1px solid ${channelColor}`, boxShadow: `3px 3px 0px ${channelColor}`}} > {content} - - {indicatorPic} - {name} );