Another fix
This commit is contained in:
@@ -95,7 +95,7 @@ function AddFundDollars(props) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!prevCardDetails) {
|
||||
if (!prevCardDetails["payment-card"]?.card_uid) {
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -171,6 +171,8 @@ function AddFundDollars(props) {
|
||||
|
||||
const handleClose = props.onClose;
|
||||
|
||||
console.log(prevCardDetails)
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="w-full">
|
||||
|
||||
Reference in New Issue
Block a user