diff --git a/ui/src/components/account/flow-viz/account-card.tsx b/ui/src/components/account/flow-viz/account-card.tsx index 6ddd4dde..0b957e3b 100644 --- a/ui/src/components/account/flow-viz/account-card.tsx +++ b/ui/src/components/account/flow-viz/account-card.tsx @@ -264,16 +264,9 @@ export function AccountCard({ ) : quota?.error ? ( - quota.error === 'Account is paused' ? ( -
- - Paused -
- ) : ( -
- {quota.error.length > 20 ? `${quota.error.slice(0, 18)}...` : quota.error} -
- ) +
+ {quota.error.length > 20 ? `${quota.error.slice(0, 18)}...` : quota.error} +
) : null} )}