From e96bb46cfd421a6428d3da41ebcbdf8c081bc4bd Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Wed, 22 Apr 2026 22:50:38 +0700 Subject: [PATCH] fix: add empty_kandang value in CATEGORY_LABELS --- .../pages/list-daily-checklist/ListDailyChecklistContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/figma-make/components/pages/list-daily-checklist/ListDailyChecklistContent.tsx b/src/figma-make/components/pages/list-daily-checklist/ListDailyChecklistContent.tsx index b8e81fa9..ae00d17a 100644 --- a/src/figma-make/components/pages/list-daily-checklist/ListDailyChecklistContent.tsx +++ b/src/figma-make/components/pages/list-daily-checklist/ListDailyChecklistContent.tsx @@ -60,6 +60,7 @@ const CATEGORY_LABELS: { [key: string]: string } = { pullet_close: 'Pullet Close', produksi_open: 'Produksi Open', produksi_close: 'Produksi Close', + empty_kandang: 'Kandang Kosong', }; export function ListDailyChecklistContent() {