Skip to content

Commit

Permalink
Update ChannelListItem.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Oct 16, 2024
1 parent 5c40164 commit b0eb887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChannelList/ChannelListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b0eb887

Please sign in to comment.