Fix typos
This commit is contained in:
@@ -50,7 +50,7 @@ export default function CheckoutForm({prices, validMontant, setError, isLoading,
|
||||
<PaymentElement id='payment-element' onReady={handleReady} />
|
||||
{!isLoading && (
|
||||
<Button fullWidth sx={{marginTop: 2}} variant='outlined' disabled={isPaymentLoading || !stripe || !elements} id='submit' onClick={handleSubmit}>
|
||||
Valider le paiement de <strong>{amount / 100} euros</strong>
|
||||
Valider le don de <strong>{amount / 100} euros</strong>
|
||||
</Button>
|
||||
)}
|
||||
{isPaymentLoading && (
|
||||
|
||||
Reference in New Issue
Block a user