diff --git a/src/components/pages/inventory/adjustment/form/InventoryAdjustmentForm.tsx b/src/components/pages/inventory/adjustment/form/InventoryAdjustmentForm.tsx index d67d19d0..b94461c7 100644 --- a/src/components/pages/inventory/adjustment/form/InventoryAdjustmentForm.tsx +++ b/src/components/pages/inventory/adjustment/form/InventoryAdjustmentForm.tsx @@ -288,10 +288,7 @@ const InventoryAdjustmentForm = ({ subtype === 'MARKETING_OUT' ) { setQuantityLabel('Kurangi Stok'); - } else if ( - subtype === 'RECORDING_EGG_IN' || - subtype === 'PURCHASE_IN' - ) { + } else if (subtype === 'RECORDING_EGG_IN' || subtype === 'PURCHASE_IN') { setQuantityLabel('Tambah Stok'); } else { setQuantityLabel('Kuantitas');