fix(frontend): Correct JSX structure in MetrcDashboardPage.tsx
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run

This commit is contained in:
fullsizemalt 2025-12-19 17:07:16 -08:00
parent 4a2533f121
commit 244f504f89

View file

@ -527,6 +527,7 @@ export default function MetrcDashboardPage() {
</div> </div>
) )
} }
</div > </div>
); </div>
);
} }