mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
spend rounded to 4 (#11013)
This commit is contained in:
parent
3322b282f8
commit
de5ec3fd9a
1 changed files with 1 additions and 1 deletions
|
|
@ -665,7 +665,7 @@ const Teams: React.FC<TeamProps> = ({
|
|||
overflow: "hidden",
|
||||
}}
|
||||
>
|
||||
{team["spend"]}
|
||||
{Number(team["spend"]).toFixed(4)}
|
||||
</TableCell>
|
||||
<TableCell
|
||||
style={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue