Skip to content

Commit 4df3987

Browse files
committed
chore: remove empty delegation UI placeholder div
The empty div with null-rendering comments served no purpose and added unnecessary DOM elements. Since no follow-up UI work is planned, remove the scaffolding entirely.
1 parent 7b04309 commit 4df3987

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

webview-ui/src/components/history/TaskItem.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ const TaskItem = ({
8282
{item.highlight ? undefined : item.task}
8383
</div>
8484

85-
<div className="mt-1 flex flex-row flex-wrap items-center gap-2 text-xs">
86-
{/* UI-neutral PR: hide delegated badge to keep visible UI unchanged */ null}
87-
{/* UI-neutral PR: hide delegated child link to keep visual output unchanged */ null}
88-
{/* UI-neutral PR: hide delegation completion indicator to avoid new UI affordances */ null}
89-
</div>
90-
9185
<TaskItemFooter
9286
item={item}
9387
variant={variant}

0 commit comments

Comments
 (0)