Few changes

This commit was merged in pull request #307.
This commit is contained in:
2023-07-13 23:12:29 +01:00
parent 20ce9bf749
commit 4e2f120ab5
3 changed files with 24 additions and 17 deletions
+2 -1
View File
@@ -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 (
<>