This commit is contained in:
Kenneth Jannette
2024-01-19 19:26:15 -06:00
parent 86a8b4b329
commit 8a53417805
2 changed files with 7 additions and 2 deletions

View File

@@ -238,6 +238,7 @@ const SignupPage = () => {
</div>
{showPaymentModal ? (
<PaymentModal
key="modal-one-xc"
paymentData={paymentData}
paymentfields={paymentfields}
setShowPaymentModal={setShowPaymentModal}