Merge branch 'main' into sell-shares-mobile
This commit is contained in:
commit
d0cb24329e
|
@ -64,6 +64,7 @@ export function AnswerBetPanel(props: {
|
|||
if (result?.status === 'success') {
|
||||
setIsSubmitting(false)
|
||||
setBetAmount(undefined)
|
||||
props.closePanel()
|
||||
} else {
|
||||
setError(result?.error || 'Error placing bet')
|
||||
setIsSubmitting(false)
|
||||
|
|
Loading…
Reference in New Issue
Block a user