From 72f973bbd1628164c0f191f621cd71ac8b2519ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=A1=D0=B0?= =?UTF-8?q?=D0=B1=D0=B8=D0=BB=D0=B8=D0=BD?= Date: Mon, 13 Jul 2026 17:35:52 +0300 Subject: [PATCH] =?UTF-8?q?fix(subscriptions):=20subscriptions=5Fby=5Fplan?= =?UTF-8?q?=20=D0=B8=20ending=5Fpaid=5Fsubscriptions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs EventHub/EventHubFrontAdmin#28 Co-authored-by: Cursor --- .../subscriptions/SubscriptionListPage.tsx | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) 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]) => ( + + + + + + ))} )} + {stats?.ending_paid_subscriptions && stats.ending_paid_subscriptions.length > 0 && ( + + + + )}