mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-09 22:31:08 +00:00
Fixes
This commit is contained in:
parent
64718667ff
commit
4a8f3339fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue