diff --git a/src/components/pages/closing/ClosingsTable.tsx b/src/components/pages/closing/ClosingsTable.tsx index ec334104..dc9609ac 100644 --- a/src/components/pages/closing/ClosingsTable.tsx +++ b/src/components/pages/closing/ClosingsTable.tsx @@ -104,6 +104,10 @@ const ClosingsTable = () => { header: '#', cell: (props) => props.row.index + 1, }, + { + accessorKey: 'project_name', + header: 'Flock', + }, { accessorKey: 'location_name', header: 'Lokasi',