Skip to content

Commit

Permalink
minor sell slider fix
Browse files Browse the repository at this point in the history
  • Loading branch information
norwnd committed Dec 21, 2024
1 parent 50c568e commit 3422c6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/webserver/site/src/js/markets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,6 @@ export default class MarketsPage extends BasePage {
page.rateFieldSell.value = String(defaultRateAtom / mkt.rateConversionFactor)
this.setPageElementEnabled(this.page.priceBoxSell, true)
this.setPageElementEnabled(this.page.qtyBoxSell, true)
this.setPageElementEnabled(this.page.qtySliderSell, true)
// we'll eventually need to fetch max estimate for slider to work, plus to
// do validation on user inputs, might as well do it now
this.finalizeTotalSell()
Expand Down

0 comments on commit 3422c6f

Please sign in to comment.