feat(team-accounts): enhance team account statistics and health details components with new data and improved calculations

This commit is contained in:
Danel Kungla
2025-08-25 12:24:27 +03:00
parent ee86bb8829
commit 56ffd7591e
12 changed files with 336 additions and 150 deletions

View File

@@ -291,6 +291,7 @@ export class TeamAccountsApi {
.single();
if (error) {
console.warn('Error fetching company params', error);
throw error;
}