chore: add flock name in ClosingsTable

This commit is contained in:
ValdiANS
2026-01-21 09:36:36 +07:00
parent afbb007309
commit 93513c4a3a
@@ -104,6 +104,10 @@ const ClosingsTable = () => {
header: '#',
cell: (props) => props.row.index + 1,
},
{
accessorKey: 'project_name',
header: 'Flock',
},
{
accessorKey: 'location_name',
header: 'Lokasi',