This commit is contained in:
Kenneth Jannette
2024-01-19 15:44:55 -06:00
parent 02919a106e
commit 0f8a7cd61e
2 changed files with 0 additions and 5 deletions

View File

@@ -17,7 +17,6 @@ import {
const PaymentModal = ({ const PaymentModal = ({
onCancel, onCancel,
onConfirm,
buttonLabelText, buttonLabelText,
modalText, modalText,
isBusy, isBusy,

View File

@@ -65,10 +65,6 @@ const SignupPage = () => {
return hasErrors ? null : objectMap(({ value }) => value, newData); return hasErrors ? null : objectMap(({ value }) => value, newData);
}; };
const [cardNumber, setCardNumber] = useState("");
const [cardName, setCardName] = useState("");
const [cardSecNumber, setCardSecNumber] = useState("");
async function saveUserData(authId, dataValues) { async function saveUserData(authId, dataValues) {
const appUserId = uuidv4(); const appUserId = uuidv4();
const firmId = uuidv4(); const firmId = uuidv4();