mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-21 04:24:51 +00:00
spend rounded to 4 (#11013)
This commit is contained in:
@@ -665,7 +665,7 @@ const Teams: React.FC<TeamProps> = ({
|
||||
overflow: "hidden",
|
||||
}}
|
||||
>
|
||||
{team["spend"]}
|
||||
{Number(team["spend"]).toFixed(4)}
|
||||
</TableCell>
|
||||
<TableCell
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user