diff --git a/frontend/app/components/assistant-ui/thread-list.tsx b/frontend/app/components/assistant-ui/thread-list.tsx index d3961af..21d0c83 100644 --- a/frontend/app/components/assistant-ui/thread-list.tsx +++ b/frontend/app/components/assistant-ui/thread-list.tsx @@ -479,11 +479,6 @@ const ClawSessionList: FC = () => { const active = activeSessionId === session.session_id; const loading = loadingSessionId === session.session_id; const badge = sessionBadges.bySessionId.get(session.session_id); - const actionPinned = - badge?.running === true || - badge?.unread === true || - deletingSessionId === session.session_id || - openMenuSessionId === session.session_id; return (
{ ) : (