Small fix (#431)

This commit is contained in:
Ben Halpern 2018-06-13 16:11:09 -04:00 committed by GitHub
parent 650c7fad92
commit dbbaae864a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,14 +64,6 @@ const Channels = ({ activeChannelId, chatChannels, handleSwitchChannel, expanded
style={{border:`1px solid ${channelColor}`, boxShadow: `3px 3px 0px ${channelColor}`}}
>
{content}
<span
data-channel-slug={modififedSlug}
className={"chatchanneltabindicator chatchanneltabindicator--" + newMessagesIndicatorClass}
data-channel-id={channel.id}
data-channel-slug={modififedSlug}
>
{indicatorPic}
</span> {name}
</span>
</button>
);