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

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