From 70bd50e9ee5a7399d350574e2e4c87797640d502 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Wed, 16 Oct 2024 14:49:51 -0400 Subject: [PATCH] Update ChannelListItem.tsx --- src/components/ChannelList/ChannelListItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChannelList/ChannelListItem.tsx b/src/components/ChannelList/ChannelListItem.tsx index 5f51c202..351c9860 100644 --- a/src/components/ChannelList/ChannelListItem.tsx +++ b/src/components/ChannelList/ChannelListItem.tsx @@ -89,7 +89,7 @@ function ChannelListItem({ channel, isCategory, active }: Props) { alignItems: "center", }} > - + {channel.channelIcon && !isCategory && (