Few changes
This commit was merged in pull request #307.
This commit is contained in:
@@ -103,6 +103,7 @@ function AddFundDollars(props) {
|
||||
amount: Number(props.input),
|
||||
currency: props.currency,
|
||||
card: prevCardDetails["payment-card"],
|
||||
cardType: "prev",
|
||||
};
|
||||
|
||||
return setTimeout(() => {
|
||||
@@ -132,7 +133,7 @@ function AddFundDollars(props) {
|
||||
});
|
||||
}, []);
|
||||
|
||||
const handleClose = props.onClose
|
||||
const handleClose = props.onClose;
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user