Disable save PayPal and Venmo checkbox when not approved for reference transactions

This commit is contained in:
Emili Castells Guasch 2025-02-26 17:28:36 +01:00
parent 63b3c8a113
commit f302025ca8

View file

@ -40,6 +40,7 @@ const SavePaymentMethods = () => {
) }
value={ savePaypalAndVenmo }
onChange={ setSavePaypalAndVenmo }
disabled={ ! savePaypalAndVenmo }
/>
<ControlToggleButton