forked from phoenix/litellm-mirror
(fix) clean up view user spend
This commit is contained in:
parent
618cb2441a
commit
e9e9c3d1b5
1 changed files with 3 additions and 1 deletions
|
@ -59,8 +59,10 @@ const ViewUserSpend: React.FC<ViewUserSpendProps> = ({ userID, userSpendData, us
|
|||
|
||||
return (
|
||||
<>
|
||||
<p className="text-tremor-default text-tremor-content dark:text-dark-tremor-content">Total Spend</p>
|
||||
<p className="text-3xl text-tremor-content-strong dark:text-dark-tremor-content-strong font-semibold">${roundedSpend}</p>
|
||||
|
||||
<Statistic title="Total Spend" value={roundedSpend !== null ? roundedSpend : 0} /> / {displayMaxBudget}
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue