Merge pull request 'transaction panding' (#9) from Yasin into release/sprint-8

Reviewed-on: #9
This commit is contained in:
2024-11-21 10:22:35 +00:00

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