diff --git a/apps/webapp/app/components/billing/PricingTiers.tsx b/apps/webapp/app/components/billing/PricingTiers.tsx index 937823352..2c283ac50 100644 --- a/apps/webapp/app/components/billing/PricingTiers.tsx +++ b/apps/webapp/app/components/billing/PricingTiers.tsx @@ -42,7 +42,7 @@ export function PricingTiers({ return (
@@ -354,17 +354,15 @@ function TierLimit({
{pricedMetric ? ( <> - - {children} - +
{children}
) : ( <>
- +
{children} - +
)}
@@ -385,9 +383,9 @@ function FeatureItem({ checked, children }: { checked?: boolean; children: React ) : ( )} - +
{children} - +
); }