Skip to content

Commit e24547b

Browse files
committed
[NEB-95] Dashboard: Fix Nebula analytics crash, add missing use client directive (#6252)
1 parent 3ff8c3f commit e24547b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/dashboard/src/app/team/[team_slug]/[project_slug]/nebula/components/analytics/nebula-analytics-ui.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import { ThirdwebAreaChart } from "@/components/blocks/charts/area-chart";
24
import { SkeletonContainer } from "@/components/ui/skeleton";
35
import { formatDate } from "date-fns";

0 commit comments

Comments
 (0)