From 00da449bbad6c400548e32a4fd37e5824a2694a6 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 04:22:24 +0000 Subject: [PATCH] Update dependencies for overview stats cgen-6fe6fe0f47344e8c9563bbda913df75b --- client/pages/Admin.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/client/pages/Admin.tsx b/client/pages/Admin.tsx index a672c405..75ee4381 100644 --- a/client/pages/Admin.tsx +++ b/client/pages/Admin.tsx @@ -320,11 +320,13 @@ export default function Admin() { }, ], [ - applications.length, - applicationsLoading, + projectApplications.length, + projectApplicationsLoading, + opportunityApplications.length, + opportunityApplicationsLoading, featuredStudios, loadingPosts, - pendingApplications, + pendingProjectApplications, publishedPosts, totalMembers, ],