diff --git a/front/src/modules/companies/table/components/companyColumns.tsx b/front/src/modules/companies/table/components/companyColumns.tsx index b92ea6a17..acea5e907 100644 --- a/front/src/modules/companies/table/components/companyColumns.tsx +++ b/front/src/modules/companies/table/components/companyColumns.tsx @@ -30,6 +30,20 @@ export const companyColumns: TableColumn[] = [ size: 100, cellComponent: , }, + { + id: 'accountOwner', + title: 'Account owner', + icon: , + size: 150, + cellComponent: , + }, + { + id: 'createdAt', + title: 'Creation', + icon: , + size: 150, + cellComponent: , + }, { id: 'employees', title: 'Employees', @@ -44,18 +58,4 @@ export const companyColumns: TableColumn[] = [ size: 170, cellComponent: , }, - { - id: 'createdAt', - title: 'Creation', - icon: , - size: 150, - cellComponent: , - }, - { - id: 'accountOwner', - title: 'Account owner', - icon: , - size: 150, - cellComponent: , - }, ];