Skip to content

Commit

Permalink
fix(swap): Fix default tickers in limit/market price (#2857)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript authored Oct 31, 2023
1 parent 9389b72 commit 3a80f82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const EditLimitPrice = () => {
const disabled = orderData.type === 'market'

const {
sellQuantity: {isTouched: isBuyTouched},
buyQuantity: {isTouched: isBuyTouched},
sellQuantity: {isTouched: isSellTouched},
limitPrice: {displayValue: limitDisplayValue},
limitInputRef,
Expand Down

0 comments on commit 3a80f82

Please sign in to comment.