mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-137): remove 'Periode' column from RecordingTable for cleaner display
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user