mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
refactor(FE): Rename 'Populasi Awal' column to 'Populasi Ayam'
This commit is contained in:
@@ -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() ||
|
||||||
'-',
|
'-',
|
||||||
|
|||||||
Reference in New Issue
Block a user