diff --git a/src/components/shared/top-bar.tsx b/src/components/shared/top-bar.tsx index e80e759..6bac0fc 100644 --- a/src/components/shared/top-bar.tsx +++ b/src/components/shared/top-bar.tsx @@ -91,7 +91,6 @@ export function TopBar({ }: TopBarProps) { const { leftPanel, toggleLeftPanel, rightPanel, toggleRightPanel, blockedOnly, toggleBlockedOnly } = useUrlState(); const { isDesktop } = useResponsive(); - const [showLaunchSwarm, setShowLaunchSwarm] = useState(false); return (
@@ -152,14 +151,7 @@ export function TopBar({ {projectRoot && ( - + )}
); } diff --git a/src/components/social/social-card.tsx b/src/components/social/social-card.tsx index 6c65f7d..6a7a11e 100644 --- a/src/components/social/social-card.tsx +++ b/src/components/social/social-card.tsx @@ -187,11 +187,11 @@ export function SocialCard({ {showAssign && ( -
e.stopPropagation()}> +
e.stopPropagation()}>