transaction panding
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user