diff --git a/client/src/components/vendors-list/vendors-list.component.jsx b/client/src/components/vendors-list/vendors-list.component.jsx index 6e175e1fc..52c2a9a94 100644 --- a/client/src/components/vendors-list/vendors-list.component.jsx +++ b/client/src/components/vendors-list/vendors-list.component.jsx @@ -32,14 +32,7 @@ export default function VendorsListComponent({ sortOrder: state.sortedInfo.columnKey === "name" && state.sortedInfo.order, }, - { - title: t("vendors.fields.cost_center"), - dataIndex: "cost_center", - key: "cost_center", - sorter: (a, b) => alphaSort(a.cost_center, b.cost_center), - sortOrder: - state.sortedInfo.columnKey === "cost_center" && state.sortedInfo.order, - }, + { title: t("vendors.fields.phone"), dataIndex: "phone",