diff --git a/frontend/app/components/assistant-ui/thread-list.tsx b/frontend/app/components/assistant-ui/thread-list.tsx index 26b678c..7a185fa 100644 --- a/frontend/app/components/assistant-ui/thread-list.tsx +++ b/frontend/app/components/assistant-ui/thread-list.tsx @@ -479,6 +479,11 @@ 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 (
{ ) : (