refactor(FE): Rename 'Populasi Awal' column to 'Populasi Ayam'

This commit is contained in:
rstubryan
2026-01-14 21:45:52 +07:00
parent dbe9b26818
commit 359326e575
@@ -715,7 +715,7 @@ const RecordingTable = () => {
formatDate(props.row.original.record_datetime, 'DD MMMM YYYY'), formatDate(props.row.original.record_datetime, 'DD MMMM YYYY'),
}, },
{ {
header: 'Populasi Awal', header: 'Populasi Ayam',
cell: (props) => cell: (props) =>
props.row.original.project_flock?.total_chick_qty?.toLocaleString() || props.row.original.project_flock?.total_chick_qty?.toLocaleString() ||
'-', '-',