fix: add empty_kandang to CATEGORY_LABELS

This commit is contained in:
ValdiANS
2026-05-12 14:38:50 +07:00
parent bdc7ac4d22
commit 37cd990b4f
@@ -113,6 +113,7 @@ const CATEGORY_LABELS: { [key: string]: string } = {
pullet_close: 'Pullet Close',
produksi_open: 'Produksi Open',
produksi_close: 'Produksi Close',
empty_kandang: 'Kandang Kosong',
};
const TIME_TYPE_ORDER = ['Umum', 'Pagi', 'Siang', 'Sore', 'Malam'];