mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +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 (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user