mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +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()));
|
||||
}
|
||||
|
||||
if (trade.provider is ChangeNowExchangeProvider) {
|
||||
if (trade.provider == ExchangeProviderDescription.changeNow) {
|
||||
final buildURL =
|
||||
'https://changenow.io/exchange/txs/${trade.id.toString()}';
|
||||
items.add(TrackTradeListItem(
|
||||
|
|
Loading…
Reference in a new issue