diff --git a/src/pages/subscriptions/SubscriptionListPage.tsx b/src/pages/subscriptions/SubscriptionListPage.tsx index 765d61f..0a6ee17 100644 --- a/src/pages/subscriptions/SubscriptionListPage.tsx +++ b/src/pages/subscriptions/SubscriptionListPage.tsx @@ -198,8 +198,31 @@ const SubscriptionListPage: React.FC = () => { ))} + {Object.entries(stats.subscriptions_by_plan || {}).map(([plan, count]) => ( +