mirror of https://github.com/kortix-ai/suna.git
wip
This commit is contained in:
parent
865b2f3633
commit
28da425ce8
|
@ -66,13 +66,6 @@ export default async function AccountBillingStatus({ accountId, returnUrl }: Pro
|
|||
<>
|
||||
<div className="mb-6">
|
||||
<div className="rounded-lg border bg-background p-4 grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<div>
|
||||
<div className="flex justify-between items-center">
|
||||
<span className="text-sm font-medium text-foreground/90">Current Plan</span>
|
||||
<span className="text-sm font-medium text-card-title">{planName}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex justify-between items-center">
|
||||
<span className="text-sm font-medium text-foreground/90">Agent Usage This Month</span>
|
||||
<span className="text-sm font-medium text-card-title">{usage.display}</span>
|
||||
|
|
Loading…
Reference in New Issue