added the popup component

This commit is contained in:
2024-01-26 01:07:20 +01:00
parent 06c1e339b1
commit 5928ddb3c1
3 changed files with 191 additions and 95 deletions
@@ -79,7 +79,7 @@ const CreditPopup = ({ details, onClose, situation, walletItem }) => {
<ConfirmAddFund
confirmCredit={confirmCredit}
setConfirmCredit={setConfirmCredit}
walletItem={walletItem}
walletItem={walletItem || details}
onClose={onClose}
/>
) : confirmCredit?.show?.acceptConfirm?.state ? (