mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-21 18:02:32 +01:00
Update ChannelListItem.tsx
This commit is contained in:
parent
5c40164232
commit
b0eb8878e1
@ -89,7 +89,7 @@ function ChannelListItem({ channel, isCategory, active }: Props) {
|
||||
alignItems: "center",
|
||||
}}
|
||||
>
|
||||
<SidebarPill type={channel.unread ? "unread" : "none"} />
|
||||
<SidebarPill type={channel.hasUnread ? "unread" : "none"} />
|
||||
{channel.channelIcon && !isCategory && (
|
||||
<Icon
|
||||
icon={channel.channelIcon}
|
||||
|
Loading…
Reference in New Issue
Block a user