From c50c1100059df0764fb8a5581d67ef2c8777b1f0 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Mon, 11 May 2026 16:47:33 +0700 Subject: [PATCH] fix: show excess day --- src/components/pages/production/recording/RecordingTable.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/pages/production/recording/RecordingTable.tsx b/src/components/pages/production/recording/RecordingTable.tsx index f5050844..75090109 100644 --- a/src/components/pages/production/recording/RecordingTable.tsx +++ b/src/components/pages/production/recording/RecordingTable.tsx @@ -866,7 +866,8 @@ const RecordingTable = () => { <> {props.row.original.day} (Minggu ke- - {props.row.original.project_flock.production_standart.week}) + {props.row.original.week} hari ke- + {props.row.original.excess_days}) );