Add comment

This commit is contained in:
Oliver Walters 2026-06-27 23:44:51 +00:00
parent 15c7df980c
commit 7523a97af2
1 changed files with 1 additions and 0 deletions

View File

@ -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) => {