Show error message for FR bet

This commit is contained in:
Ian Philips 2022-05-06 16:10:05 -04:00
parent 4de0fcd198
commit d2b4277c43

View File

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