mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Fix dependency array in useMemo for SalesClosingTable
This commit is contained in:
@@ -308,7 +308,16 @@ const SalesClosingTable = ({ projectFlockId }: SalesClosingTableProps) => {
|
||||
// },
|
||||
// },
|
||||
],
|
||||
[]
|
||||
[
|
||||
summary,
|
||||
totals.avgActualPrice,
|
||||
totals.avgSalesPrice,
|
||||
totals.avgWeight,
|
||||
totals.totalActualPrice,
|
||||
totals.totalQuantity,
|
||||
totals.totalSalesPrice,
|
||||
totals.totalWeight,
|
||||
]
|
||||
);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user