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)} ))} diff --git a/ui/litellm-dashboard/src/components/teams.tsx b/ui/litellm-dashboard/src/components/teams.tsx index 7e2b48895a..15ae9da377 100644 --- a/ui/litellm-dashboard/src/components/teams.tsx +++ b/ui/litellm-dashboard/src/components/teams.tsx @@ -685,7 +685,7 @@ const Teams: React.FC = ({ Models{' '} - +