From e24547bed10240d988f5d2d38aa161847365075f Mon Sep 17 00:00:00 2001 From: MananTank Date: Thu, 13 Feb 2025 18:58:25 +0000 Subject: [PATCH] [NEB-95] Dashboard: Fix Nebula analytics crash, add missing use client directive (#6252) --- .../nebula/components/analytics/nebula-analytics-ui.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/dashboard/src/app/team/[team_slug]/[project_slug]/nebula/components/analytics/nebula-analytics-ui.tsx b/apps/dashboard/src/app/team/[team_slug]/[project_slug]/nebula/components/analytics/nebula-analytics-ui.tsx index 944390db928..dcdefb19a9a 100644 --- a/apps/dashboard/src/app/team/[team_slug]/[project_slug]/nebula/components/analytics/nebula-analytics-ui.tsx +++ b/apps/dashboard/src/app/team/[team_slug]/[project_slug]/nebula/components/analytics/nebula-analytics-ui.tsx @@ -1,3 +1,5 @@ +"use client"; + import { ThirdwebAreaChart } from "@/components/blocks/charts/area-chart"; import { SkeletonContainer } from "@/components/ui/skeleton"; import { formatDate } from "date-fns";