From 7dd880b04ec43a93f2311109fd493cac0f3041f7 Mon Sep 17 00:00:00 2001 From: Aether Date: Mon, 23 Feb 2026 22:13:30 +0000 Subject: [PATCH] Fix JSX comments - use {/* */} instead of --- src/pages/Dashboard.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index 841f382..9f19cb0 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -31,7 +31,7 @@ export default function Dashboard() { return (
- + {/* Header */}

Dashboard

@@ -39,7 +39,7 @@ export default function Dashboard() {

- + {/* Stats Grid */}
{[ { label: 'PED/hour', value: stats.pedPerHour.toFixed(2), icon: , color: '#fbbf24' }, @@ -71,7 +71,7 @@ export default function Dashboard() { ))}
- + {/* Quick Actions */}

- + {/* Recent Activity */}