diff --git a/desktop/src/features/sidebar/ui/SidebarSection.tsx b/desktop/src/features/sidebar/ui/SidebarSection.tsx
index c91f398279..94e7524ac5 100644
--- a/desktop/src/features/sidebar/ui/SidebarSection.tsx
+++ b/desktop/src/features/sidebar/ui/SidebarSection.tsx
@@ -193,9 +193,11 @@ export function ChannelMenuButton({
{hasUnread && !isActive && channel.channelType !== "dm" ? (
+ >
+
+
) : null}
);
@@ -304,9 +306,11 @@ export function SidebarSection({
!(isActiveChannel && selectedChannelId === channel.id) ? (
+ >
+
+
) : null}
{channel.channelType === "dm" && onHideDm ? (