diff --git a/src/components/pages/production/recording/RecordingTable.tsx b/src/components/pages/production/recording/RecordingTable.tsx index 75de6020..413408ab 100644 --- a/src/components/pages/production/recording/RecordingTable.tsx +++ b/src/components/pages/production/recording/RecordingTable.tsx @@ -568,10 +568,6 @@ const RecordingTable = () => { header: 'Nama Project', cell: (props) => `Project ${props.row.original.project_flock_kandang_id}`, }, - { - header: 'Periode', - cell: (props) => props.row.original.day, - }, { header: 'Umur (hari)', cell: (props) => props.row.original.day,