transaction panding

This commit is contained in:
YasinShaikh123
2024-11-21 15:51:01 +05:30
parent 9f54bfbc65
commit 7ba524d2e4

View File

@@ -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") {