mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-25 08:39:06 +00:00
changed if logic to implement ExchangeProviderDescription
This commit is contained in:
parent
c05c2e7c29
commit
f4bc4ce734
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ abstract class TradeDetailsViewModelBase with Store {
|
||||||
value: trade.provider.toString()));
|
value: trade.provider.toString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (trade.provider is ChangeNowExchangeProvider) {
|
if (trade.provider == ExchangeProviderDescription.changeNow) {
|
||||||
final buildURL =
|
final buildURL =
|
||||||
'https://changenow.io/exchange/txs/${trade.id.toString()}';
|
'https://changenow.io/exchange/txs/${trade.id.toString()}';
|
||||||
items.add(TrackTradeListItem(
|
items.add(TrackTradeListItem(
|
||||||
|
|
Loading…
Reference in a new issue