Clear entered limit probs on submit limit order
This commit is contained in:
parent
654790315c
commit
d7b021b79f
|
@ -484,6 +484,8 @@ function LimitOrderPanel(props: {
|
||||||
setIsSubmitting(false)
|
setIsSubmitting(false)
|
||||||
setWasSubmitted(true)
|
setWasSubmitted(true)
|
||||||
setBetAmount(undefined)
|
setBetAmount(undefined)
|
||||||
|
setLowLimitProb(undefined)
|
||||||
|
setHighLimitProb(undefined)
|
||||||
if (onBuySuccess) onBuySuccess()
|
if (onBuySuccess) onBuySuccess()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user