This commit is contained in:
Kenneth Jannette
2024-01-19 16:04:44 -06:00
parent b80732725f
commit 7915f48879
2 changed files with 2 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ const SignupPage = () => {
};
const handleChangePaymentInput = (e, name) => {
const newData = handleFormDataChange(e, name, data, signupfields);
const newData = handleFormDataChange(e, name, data, paymentfields);
if (newData !== null) {
setPaymentdata(newData);
}