mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 12:44:31 +00:00
fix: trocador swap status link
This commit is contained in:
parent
d7fa52e9cd
commit
6c691e26f5
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue