Skip to content

Commit

Permalink
Small fix for linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
skarabocu committed Jun 19, 2019
1 parent da27885 commit f53595c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cards/asset/addon/components/isolated.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default LiveIsolatedCard.extend(AssetBaseMixin, CurrencyParamsMixin, {
currencies: Object.freeze([{name: 'View details as USD', currency: 'USD'},
{name: 'View details as EUR', currency: 'EUR'},
{name: 'View details as BTC', currency: 'BTC'}]),
selectedSymbol:{name: 'View details as USD', currency: 'USD'},
cardstackData: service(),
fastboot: injectOptional.service(),

Expand Down

0 comments on commit f53595c

Please sign in to comment.