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);