This commit is contained in:
Kenneth Jannette
2024-01-19 15:23:21 -06:00
parent e3db6a3eb3
commit 1608569908
2 changed files with 9 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ const PaymentModal = ({
<Button
disabled={isBusy}
className="primary-button"
onClick={onConfirm}
onClick={handleSignup}
labelText={buttonLabelText}
/>
</Modal.Footer>