From 244f504f8924b4c49f442d1f6374f733d486a187 Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:07:16 -0800 Subject: [PATCH] fix(frontend): Correct JSX structure in MetrcDashboardPage.tsx --- frontend/src/pages/MetrcDashboardPage.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/MetrcDashboardPage.tsx b/frontend/src/pages/MetrcDashboardPage.tsx index c98e59f..2900066 100644 --- a/frontend/src/pages/MetrcDashboardPage.tsx +++ b/frontend/src/pages/MetrcDashboardPage.tsx @@ -527,6 +527,7 @@ export default function MetrcDashboardPage() { ) } - - ); + + + ); }