chore: add flock name to ClosingsTable

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