We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eea09c5 + 845cba4 commit 7cdecddCopy full SHA for 7cdecdd
webview-ui/src/components/chat/TaskHeader.tsx
@@ -175,10 +175,6 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
175
flexGrow: 1,
176
minWidth: 0, // This allows the div to shrink below its content size
177
}}>
178
- <span style={{ fontWeight: "bold" }}>
179
- Task ({currentTaskItem?.number === 0 ? "Main" : currentTaskItem?.number})
180
- {!isTaskExpanded && ":"}
181
- </span>
182
{!isTaskExpanded && (
183
<span style={{ marginLeft: 4 }}>{highlightMentions(task.text, false)}</span>
184
)}
0 commit comments