Skip to content

Commit 1ba632f

Browse files
MuriloFPmrubens
andauthored
Update webview-ui/src/components/chat/TaskHeader.tsx
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
1 parent 5311e0c commit 1ba632f

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
@@ -277,7 +277,7 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
277277
<div style={{ display: "flex", alignItems: "center", gap: "4px", flexWrap: "wrap" }}>
278278
<span style={{ fontWeight: "bold" }}>Context:</span>
279279
<span style={{ display: "flex", alignItems: "center", gap: "3px" }}>
280-
{formatLargeNumber(contextTokens || 0)}
280+
{contextTokens ? formatLargeNumber(contextTokens) : '-'}
281281
</span>
282282
</div>
283283

0 commit comments

Comments
 (0)