diff --git a/src/Pages/IO_Management/CreateIO/IOTransaction/Pending.jsx b/src/Pages/IO_Management/CreateIO/IOTransaction/Pending.jsx index 1cc5281..cd9a771 100644 --- a/src/Pages/IO_Management/CreateIO/IOTransaction/Pending.jsx +++ b/src/Pages/IO_Management/CreateIO/IOTransaction/Pending.jsx @@ -172,7 +172,7 @@ const Pending = () => { if (item?.transactionType === "Amount Invested") { onInvestmentOpen(); } else if (item?.transactionType === "Distribution To Investor") { - onInvestmentOpen(); + onDistInvestorOpen(); } else if (item?.transactionType === "Exit") { onExitOpen(); } else if (item?.transactionType === "Cancel") {