ensure fiat amount validation updates on use fiat amount selected

This commit is contained in:
julian 2023-01-30 13:42:19 -06:00
parent bed518d061
commit 13721df803

View file

@ -958,6 +958,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
setState(() {
buyWithFiat = !buyWithFiat;
});
validateAmount();
},
)
],