1
0
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:
Puyodead1 2024-10-16 14:49:51 -04:00
parent 5c40164232
commit b0eb8878e1
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -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}