mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge pull request #1421 from RooVetGit/cte/task-header
Remove (Main) from task header
This commit is contained in:
commit
7cdecddb63
1 changed files with 0 additions and 4 deletions
|
|
@ -175,10 +175,6 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
|
|||
flexGrow: 1,
|
||||
minWidth: 0, // This allows the div to shrink below its content size
|
||||
}}>
|
||||
<span style={{ fontWeight: "bold" }}>
|
||||
Task ({currentTaskItem?.number === 0 ? "Main" : currentTaskItem?.number})
|
||||
{!isTaskExpanded && ":"}
|
||||
</span>
|
||||
{!isTaskExpanded && (
|
||||
<span style={{ marginLeft: 4 }}>{highlightMentions(task.text, false)}</span>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue