This commit is contained in:
fosse 2023-10-18 13:18:17 -04:00
parent fd1485e42a
commit 184a950bab

View file

@ -41,7 +41,7 @@ class ExchangeOptionsPage extends BasePage {
image: iconRobinhood,
title: "MoonPay Swaps",
description: S.of(context).moonpay_exchange_description,
onPressed: () async => await Navigator.of(context).pushReplacementNamed(Routes.exchange, arguments: ),
onPressed: () async => await Navigator.of(context).pushReplacementNamed(Routes.exchange, arguments: true),
),
),
Padding(