diff --git a/src/frontend/src/forms/StockForms.tsx b/src/frontend/src/forms/StockForms.tsx index fe65710051..418c09112c 100644 --- a/src/frontend/src/forms/StockForms.tsx +++ b/src/frontend/src/forms/StockForms.tsx @@ -143,7 +143,6 @@ function StockItemDefaultMove({ stockItem: any; value: any; }) { - console.log('item', stockItem); const { data } = useSuspenseQuery({ queryKey: [ 'location', @@ -289,7 +288,7 @@ function StockOperationsRow({ } else { return `#${record.serial}`; } - }, record); + }, [record]); return (