CAKE-306 | fixed pre_order_page.dart

This commit is contained in:
OleksandrSobol 2021-06-02 10:03:14 +03:00
parent 1bf6ef6077
commit c8debf46ef

View file

@ -199,9 +199,8 @@ class PreOrderPage extends BasePage {
sourceCurrency: buyViewModel.fiatCurrency,
destAmount: destAmount,
destCurrency: buyViewModel.cryptoCurrency,
onTap: ((buyViewModel.buyAmountViewModel
.doubleAmount != 0.0) &&
(snapshot.hasData)) ? () =>
onTap: ((buyViewModel.doubleAmount != 0.0)
&& (snapshot.hasData)) ? () =>
onSelectBuyProvider(
context: context,
provider: item.provider,