fallback to team id and truncate

This commit is contained in:
yuneng-jiang
2026-02-07 18:04:10 -08:00
parent 6fad659ae2
commit 53cf43dff6
@@ -242,7 +242,7 @@ const AllModelsTab = ({
<Space direction="horizontal" align="center">
<Badge color="green" size="small" />
<Text style={{ fontSize: 16 }}>
{team.team_alias}
{team.team_alias ? team.team_alias : team.team_id}
</Text>
</Space>
),