Skip to content

Commit c783804

Browse files
committed
fix: remove unused hasTodos variable in TaskHeader
1 parent 4761f8a commit c783804

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webview-ui/src/components/chat/TaskHeader.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ const TaskHeader = ({ task, contextTokens, buttonsDisabled, handleCondenseContex
3939
</StandardTooltip>
4040
)
4141

42-
const hasTodos = todos && Array.isArray(todos) && todos.length > 0
43-
4442
return (
4543
<div className="py-2 px-3">
4644
{/* Context Window Progress */}

0 commit comments

Comments
 (0)