diff --git a/ui/src/components/account/flow-viz/account-card.tsx b/ui/src/components/account/flow-viz/account-card.tsx index 09756a94..887afd05 100644 --- a/ui/src/components/account/flow-viz/account-card.tsx +++ b/ui/src/components/account/flow-viz/account-card.tsx @@ -231,7 +231,7 @@ export function AccountCard({ if (!models || models.length === 0) return null; return (
-
+
{getTierLabel(tier)}
{models.map((m) => ( diff --git a/ui/src/components/cliproxy/provider-editor/account-item.tsx b/ui/src/components/cliproxy/provider-editor/account-item.tsx index ab3c56a0..6514eb47 100644 --- a/ui/src/components/cliproxy/provider-editor/account-item.tsx +++ b/ui/src/components/cliproxy/provider-editor/account-item.tsx @@ -361,7 +361,7 @@ export function AccountItem({ if (!models || models.length === 0) return null; return (
-
+
{getTierLabel(tier)}
{models.map((m) => (