more
This commit is contained in:
@@ -53,10 +53,6 @@ const PaymentModal = ({
|
||||
|
||||
const totalToday = amountToday + extraAccountsPrice;
|
||||
|
||||
function handleValidateAndPay() {
|
||||
handleSignup(totalToday);
|
||||
}
|
||||
|
||||
return (
|
||||
<Modal show="true" size="lg">
|
||||
<Modal.Header className="payment-modal-header" closeButton>
|
||||
@@ -151,7 +147,7 @@ const PaymentModal = ({
|
||||
<Button
|
||||
disabled={isBusy}
|
||||
className="primary-button"
|
||||
onClick={handleValidateAndPay}
|
||||
onClick={handleSignup}
|
||||
labelText="Signup"
|
||||
/>
|
||||
</Modal.Footer>
|
||||
|
||||
Reference in New Issue
Block a user