refactor(FE-137): remove 'Periode' column from RecordingTable for cleaner display

This commit is contained in:
rstubryan
2025-10-27 11:57:46 +07:00
parent 0b0ecd3bc4
commit 304d14a6fe
@@ -568,10 +568,6 @@ const RecordingTable = () => {
header: 'Nama Project', header: 'Nama Project',
cell: (props) => `Project ${props.row.original.project_flock_kandang_id}`, cell: (props) => `Project ${props.row.original.project_flock_kandang_id}`,
}, },
{
header: 'Periode',
cell: (props) => props.row.original.day,
},
{ {
header: 'Umur (hari)', header: 'Umur (hari)',
cell: (props) => props.row.original.day, cell: (props) => props.row.original.day,