Skip to content

Commit

Permalink
A small change for dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
skarabocu committed Jun 19, 2019
1 parent 1033a07 commit fda10af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cards/asset/addon/templates/isolated.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="asset-isolated__currency">
<div class="asset-isolated__currency-switcher row">
<Dropdown class="asset-isolated-currency-switch-dropdown" @options={{this.currencies}} @label='' @selected={{this.selectedSymbol}}
@changeAction={{action setCurrencyDropDown}} style='width:210px;'/>
@handleChange={{action setCurrencyDropDown}} style='width:210px;'/>
{{!--<button class="{{if (eq currency 'USD') 'active'}}" {{action setCurrency 'USD'}} data-test-asset-isolated-usd-button>USD</button>
<button class="{{if (eq currency 'EUR') 'active'}}" {{action setCurrency 'EUR'}} data-test-asset-isolated-eur-button>EUR</button>
<button class="{{if (eq currency 'BTC') 'active'}}" {{action setCurrency 'BTC'}} data-test-asset-isolated-btc-button>BTC</button>
Expand Down

0 comments on commit fda10af

Please sign in to comment.