Skip to content

Commit

Permalink
Update crypto_currency.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarHatem28 authored Apr 26, 2024
1 parent 9ff6da3 commit a5a3b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cw_core/lib/crypto_currency.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CryptoCurrency extends EnumerableItem<int> with Serializable<int> implemen
this.fullName,
this.iconPath,
this.tag,
this.enabled = true,
this.enabled = false,
})
: super(title: title, raw: raw);

Expand Down

0 comments on commit a5a3b4a

Please sign in to comment.