mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +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
|
if (trade.exchangeName
|
||||||
.startsWith(TrocadorExchange.exchangeName)) {
|
.startsWith(TrocadorExchange.exchangeName)) {
|
||||||
url =
|
url =
|
||||||
"https://trocador.app/en/checkout${trade.tradeId}";
|
"https://trocador.app/en/checkout/${trade.tradeId}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ConditionalParent(
|
return ConditionalParent(
|
||||||
|
|
Loading…
Reference in a new issue