diff --git a/ui/litellm-dashboard/src/components/team/team_info.tsx b/ui/litellm-dashboard/src/components/team/team_info.tsx index ef3fa03301..8cf18470cf 100644 --- a/ui/litellm-dashboard/src/components/team/team_info.tsx +++ b/ui/litellm-dashboard/src/components/team/team_info.tsx @@ -353,8 +353,8 @@ const TeamInfoView: React.FC = ({ All Proxy Models - {userModels.map((model) => ( - + {userModels.map((model, idx) => ( + {getModelDisplayName(model)} ))}