diff --git a/desktop/src/features/sidebar/ui/CommunityRail.tsx b/desktop/src/features/sidebar/ui/CommunityRail.tsx index 26a0b324e0..a572bb8eb6 100644 --- a/desktop/src/features/sidebar/ui/CommunityRail.tsx +++ b/desktop/src/features/sidebar/ui/CommunityRail.tsx @@ -106,7 +106,7 @@ function CommunityButton({ dragAttributes?: React.HTMLAttributes; isDragging?: boolean; }) { - const { mentionCount, showBadge, showDot, pending, badgeLabel } = + const { mentionCount, showBadge, showDot, badgeLabel } = communityRailIndicators(unread); const tooltipLabel = showBadge @@ -135,11 +135,8 @@ function CommunityButton({ > {iconUrl ? ( @@ -172,7 +169,9 @@ function CommunityButton({ - {tooltipLabel} + + {tooltipLabel} + {menu} @@ -368,7 +367,7 @@ export function CommunityRail({ return (