Skip to content

Commit 9c8254c

Browse files
committed
Revert context progress bar removal
1 parent 57ae7c0 commit 9c8254c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
422422
</span>
423423
</div>
424424
)}
425-
{/* {ContextWindowComponent} */}
425+
{ContextWindowComponent}
426426
{isCostAvailable && (
427427
<div
428428
style={{

0 commit comments

Comments
 (0)