feat(team-accounts): enhance team account statistics and health details components with new data and improved calculations
This commit is contained in:
@@ -291,6 +291,7 @@ export class TeamAccountsApi {
|
||||
.single();
|
||||
|
||||
if (error) {
|
||||
console.warn('Error fetching company params', error);
|
||||
throw error;
|
||||
}
|
||||
|
||||
|
||||
@@ -1726,6 +1726,7 @@ export type Database = {
|
||||
primary_owner_user_id: string
|
||||
name: string
|
||||
email: string
|
||||
personal_code: string
|
||||
picture_url: string
|
||||
created_at: string
|
||||
updated_at: string
|
||||
|
||||
Reference in New Issue
Block a user