diff --git a/src/frontend/src/forms/StockForms.tsx b/src/frontend/src/forms/StockForms.tsx index 155514f65a..9660c3ee6c 100644 --- a/src/frontend/src/forms/StockForms.tsx +++ b/src/frontend/src/forms/StockForms.tsx @@ -878,6 +878,7 @@ function StockOperationsRow({ ); } +// Memoize each stock operations row, so that we don't re-render the entire table when a single row is updated const MemoizedStockOperationsRow = memo( StockOperationsRow, (previousProps, nextProps) => {