From 89257605b3089b7ae28ee393b99aa0aa532e389f Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Tue, 27 Aug 2024 16:21:31 -0700 Subject: [PATCH] Show stats changes on dashboard page. Closes #2840 --- src/app/(main)/websites/[websiteId]/WebsiteChartList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(main)/websites/[websiteId]/WebsiteChartList.tsx b/src/app/(main)/websites/[websiteId]/WebsiteChartList.tsx index b4a02db7..398fbf8f 100644 --- a/src/app/(main)/websites/[websiteId]/WebsiteChartList.tsx +++ b/src/app/(main)/websites/[websiteId]/WebsiteChartList.tsx @@ -47,7 +47,7 @@ export default function WebsiteChartList({ - + {showCharts && } ) : null;