This commit is contained in:
Saoud Rizwan 2025-01-30 18:55:49 -08:00
parent 64718667ff
commit 4a8f3339fb

View file

@ -158,7 +158,7 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
}}>
<div
style={{
width: `${(lastApiReqTotalTokens || 0 / contextWindow) * 100}%`,
width: `${((lastApiReqTotalTokens || 0) / contextWindow) * 100}%`,
height: "100%",
backgroundColor: "var(--vscode-badge-foreground)",
borderRadius: "2px",