From 5c3f6f85167ce53c71bf845bc042fa6ec27e7499 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 4 Feb 2026 15:49:07 +0100 Subject: [PATCH] refactor: simplify GoalStats component by removing unused props and updating SiteDashboardPage accordingly --- app/sites/[id]/page.tsx | 2 +- components/dashboard/GoalStats.tsx | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/sites/[id]/page.tsx b/app/sites/[id]/page.tsx index 9e646a3..7f674eb 100644 --- a/app/sites/[id]/page.tsx +++ b/app/sites/[id]/page.tsx @@ -378,7 +378,7 @@ export default function SiteDashboardPage() {
- +
0