From 7ba524d2e465188c5c4e72c85d3161ad1f81d7ed Mon Sep 17 00:00:00 2001 From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:51:01 +0530 Subject: [PATCH] transaction panding --- src/Pages/IO_Management/CreateIO/IOTransaction/Pending.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {