From 9179e058f705008a7e2eea224f1bbfc71956471e Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 12 Mar 2026 16:56:26 +0100 Subject: [PATCH] refactor: move scroll depth from dashboard to behavior tab --- app/sites/[id]/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/sites/[id]/page.tsx b/app/sites/[id]/page.tsx index 639ef53..51a8a89 100644 --- a/app/sites/[id]/page.tsx +++ b/app/sites/[id]/page.tsx @@ -34,7 +34,6 @@ import TechSpecs from '@/components/dashboard/TechSpecs' const PerformanceStats = dynamic(() => import('@/components/dashboard/PerformanceStats')) const GoalStats = dynamic(() => import('@/components/dashboard/GoalStats')) -const ScrollDepth = dynamic(() => import('@/components/dashboard/ScrollDepth')) const Campaigns = dynamic(() => import('@/components/dashboard/Campaigns')) const PeakHours = dynamic(() => import('@/components/dashboard/PeakHours')) const EventProperties = dynamic(() => import('@/components/dashboard/EventProperties')) @@ -618,12 +617,11 @@ export default function SiteDashboardPage() { -
+
!/^scroll_\d+$/.test(g.event_name))} onSelectEvent={setSelectedEvent} /> -
{/* Event Properties Breakdown */}