Enable add person on People Table (#111)
Add possibility to add Person on People table
This commit is contained in:
@ -54,7 +54,7 @@ export const mapCompany = (company: GraphqlQueryCompany): Company => ({
|
||||
email: company.account_owner.email,
|
||||
displayName: company.account_owner.displayName,
|
||||
}
|
||||
: undefined,
|
||||
: null,
|
||||
creationDate: new Date(company.created_at),
|
||||
opportunities: [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user