more
This commit is contained in:
@@ -17,7 +17,6 @@ import {
|
|||||||
|
|
||||||
const PaymentModal = ({
|
const PaymentModal = ({
|
||||||
onCancel,
|
onCancel,
|
||||||
onConfirm,
|
|
||||||
buttonLabelText,
|
buttonLabelText,
|
||||||
modalText,
|
modalText,
|
||||||
isBusy,
|
isBusy,
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user