more
This commit is contained in:
@@ -22,6 +22,7 @@ const PaymentModal = ({
|
||||
handleChangePaymentInput,
|
||||
modalText,
|
||||
handleSignup,
|
||||
setShowPaymentModal,
|
||||
}) => {
|
||||
const fieldsChunkSize = 2;
|
||||
|
||||
@@ -69,7 +70,7 @@ const PaymentModal = ({
|
||||
<Button
|
||||
disabled={isBusy}
|
||||
className="secondary-button"
|
||||
onClick={"onCancel"}
|
||||
onClick={() => setShowPaymentModal(false)}
|
||||
labelText="Cancel"
|
||||
/>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user