refactor(FE): Fix missing dependencies in MarketingTable useMemo

This commit is contained in:
rstubryan
2026-03-06 11:23:01 +07:00
parent 37bc7a85e5
commit eccab314b3
@@ -504,7 +504,7 @@ const MarketingTable = () => {
},
},
];
}, []);
}, [deleteModal, deliveryModal, productsClickHandler]);
return (
<>