From c932efb9155ccacac8540ff3d6f5121faba70f4d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 3 Feb 2026 12:53:43 -0800 Subject: [PATCH] Update ui/litellm-dashboard/src/components/model_dashboard/health_check_columns.tsx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- .../src/components/model_dashboard/health_check_columns.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/model_dashboard/health_check_columns.tsx b/ui/litellm-dashboard/src/components/model_dashboard/health_check_columns.tsx index 22c908e7848..3e8ae662ad4 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard/health_check_columns.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard/health_check_columns.tsx @@ -112,7 +112,7 @@ export const healthCheckColumns = ( const teamId = model.model_info?.team_id; if (!teamId) { - return -; + return -; } const team = teams?.find((t) => t.team_id === teamId);