diff --git a/ui/litellm-dashboard/src/components/view_users.tsx b/ui/litellm-dashboard/src/components/view_users.tsx index fd152f25f..ebcfc4c2f 100644 --- a/ui/litellm-dashboard/src/components/view_users.tsx +++ b/ui/litellm-dashboard/src/components/view_users.tsx @@ -157,13 +157,11 @@ const ViewUserDashboard: React.FC = ({
- Key Owners: Users on LiteLLM that created API Keys. Automatically tracked by LiteLLM + These are Users on LiteLLM that created API Keys. Automatically tracked by LiteLLM
- - Key Owners - + @@ -189,7 +187,7 @@ const ViewUserDashboard: React.FC = ({ ? user.models : "All Models"} - {user.spend ? user.spend : 0} + {user.spend ? user.spend?.toFixed(2) : 0} {user.max_budget ? user.max_budget : "Unlimited"}