mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +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'),
|
||||
},
|
||||
{
|
||||
header: 'Populasi Awal',
|
||||
header: 'Populasi Ayam',
|
||||
cell: (props) =>
|
||||
props.row.original.project_flock?.total_chick_qty?.toLocaleString() ||
|
||||
'-',
|
||||
|
||||
Reference in New Issue
Block a user