From de7d18c4478ce69261f18e8eac5c0e6cdc847ec7 Mon Sep 17 00:00:00 2001
From: Travis Fischer
Date: Sat, 28 Jun 2025 04:47:26 -0500
Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
apps/web/src/components/app-consumers-list.tsx | 8 +++++++-
apps/web/src/components/project-pricing-plans.tsx | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/apps/web/src/components/app-consumers-list.tsx b/apps/web/src/components/app-consumers-list.tsx
index d7166d88..c2c533e2 100644
--- a/apps/web/src/components/app-consumers-list.tsx
+++ b/apps/web/src/components/app-consumers-list.tsx
@@ -51,6 +51,7 @@ export function AppConsumersList() {
})
const consumers = data ? data.pages.flatMap((p) => p.consumers) : []
+ const numConsumers = consumers.length
return (
<>
@@ -68,7 +69,12 @@ export function AppConsumersList() {
started.
) : (
-
+
{consumers.map((consumer) => (
-
+
Pricing Plans
@@ -37,7 +37,7 @@ export function ProjectPricingPlans({
key={plan.slug}
className='flex flex-col gap-4 p-4 border rounded-lg shadow-sm'
>
-
+
{plan.name}