diff --git a/desktop/src/features/sidebar/ui/CustomChannelSection.tsx b/desktop/src/features/sidebar/ui/CustomChannelSection.tsx index c4f3fc9eb..4a054b7db 100644 --- a/desktop/src/features/sidebar/ui/CustomChannelSection.tsx +++ b/desktop/src/features/sidebar/ui/CustomChannelSection.tsx @@ -233,7 +233,6 @@ export function ChannelContextMenuItems({ function SectionHeaderActions({ browseAriaLabel, browseTestId, - className, createAriaLabel, hasUnread, onBrowse, @@ -242,7 +241,6 @@ function SectionHeaderActions({ }: { browseAriaLabel: string; browseTestId?: string; - className?: string; createAriaLabel: string; hasUnread?: boolean; onBrowse?: () => void; @@ -250,16 +248,14 @@ function SectionHeaderActions({ onMarkAllRead?: () => void; }) { return ( -
+
{hasUnread && onMarkAllRead ? (