Keep FR answer panel open after betting

This commit is contained in:
Sinclair Chen 2022-03-25 02:18:04 -07:00
parent bad58652b8
commit 99bb7ef147

View File

@ -63,7 +63,7 @@ export function AnswerBetPanel(props: {
if (result?.status === 'success') {
setIsSubmitting(false)
closePanel()
setBetAmount(undefined)
} else {
setError(result?.error || 'Error placing bet')
setIsSubmitting(false)