diff --git a/src/components/Tables/companies/index.tsx b/src/components/Tables/companies/index.tsx index 2645a7c..f42c1ce 100644 --- a/src/components/Tables/companies/index.tsx +++ b/src/components/Tables/companies/index.tsx @@ -58,39 +58,33 @@ const CompaniesTable = ({}: IProps) => { key={company.id} className="odd:bg-gray-2 dark:odd:bg-gray-7" > - + {index + 1} - - + + {company.name} - - + + {company.email} - - + + {formatPhoneNumber(company.phone)} - - + + {company.address.country} - - + + {company.address.state} - - - {company.address.city} - - - {company.address.postal_code} - - + + {company.language} - - + + {company.currency} - - + + {company.employee_count} - + { "phone", "country", "state", - "city", - "postal code", + "language", "currency", "employee count",