Clear entered limit probs on submit limit order

This commit is contained in:
James Grugett 2022-08-10 12:37:51 -05:00
parent 654790315c
commit d7b021b79f

View File

@ -484,6 +484,8 @@ function LimitOrderPanel(props: {
setIsSubmitting(false)
setWasSubmitted(true)
setBetAmount(undefined)
setLowLimitProb(undefined)
setHighLimitProb(undefined)
if (onBuySuccess) onBuySuccess()
})