diff --git a/src/components/MyWallet/Popup/CompleteConfirmCredit.jsx b/src/components/MyWallet/Popup/CompleteConfirmCredit.jsx index 51f827f..ba5c0a4 100644 --- a/src/components/MyWallet/Popup/CompleteConfirmCredit.jsx +++ b/src/components/MyWallet/Popup/CompleteConfirmCredit.jsx @@ -89,7 +89,7 @@ function CompleteConfirmCredit({ onClose, confirmCredit }) { > ) : ( -
+ )} diff --git a/src/components/MyWallet/Popup/ConfirmAddFund.jsx b/src/components/MyWallet/Popup/ConfirmAddFund.jsx index cc05950..dab5c73 100644 --- a/src/components/MyWallet/Popup/ConfirmAddFund.jsx +++ b/src/components/MyWallet/Popup/ConfirmAddFund.jsx @@ -11,7 +11,7 @@ function ThePaymentText({ value, type }) { type === "new" ? cardDetails.cardNum[0] === "4" ? "Visa" - : value[0] == "5" + : cardDetails.cardNum[0] == "5" ? "Master" : "ATM" : value.description; diff --git a/src/components/MyWallet/Popup/CreditPopup.jsx b/src/components/MyWallet/Popup/CreditPopup.jsx index 4d291ea..d186081 100644 --- a/src/components/MyWallet/Popup/CreditPopup.jsx +++ b/src/components/MyWallet/Popup/CreditPopup.jsx @@ -25,15 +25,19 @@ const CreditPopup = ({ details, onClose, situation, walletItem }) => {