diff --git a/components/dashboard/GoalStats.tsx b/components/dashboard/GoalStats.tsx index ebbc9a5..8874081 100644 --- a/components/dashboard/GoalStats.tsx +++ b/components/dashboard/GoalStats.tsx @@ -27,7 +27,7 @@ export default function GoalStats({ goalCounts, onSelectEvent }: GoalStatsProps) {hasData ? ( -
+
{list.map((row) => (
) : ( -
+
diff --git a/components/dashboard/ScrollDepth.tsx b/components/dashboard/ScrollDepth.tsx index 4258243..e66b993 100644 --- a/components/dashboard/ScrollDepth.tsx +++ b/components/dashboard/ScrollDepth.tsx @@ -39,12 +39,12 @@ export default function ScrollDepth({ goalCounts, totalPageviews }: ScrollDepthP

{hasData ? ( -
+
) : ( -
+