fix: trocador swap status link

This commit is contained in:
julian 2023-05-19 08:44:15 -06:00
parent d7fa52e9cd
commit 6c691e26f5

View file

@ -1224,7 +1224,7 @@ class _TradeDetailsViewState extends ConsumerState<TradeDetailsView> {
if (trade.exchangeName
.startsWith(TrocadorExchange.exchangeName)) {
url =
"https://trocador.app/en/checkout${trade.tradeId}";
"https://trocador.app/en/checkout/${trade.tradeId}";
}
}
return ConditionalParent(