submit button fix

This commit is contained in:
ingawei 2022-10-04 17:36:41 -07:00
parent 8043fa515a
commit 0918fb42af

View File

@ -192,6 +192,7 @@ export function AnswerBetPanel(props: {
isSubmitting={isSubmitting}
disabled={!!betDisabled}
color={'indigo'}
actionLabel="buy"
/>
) : (
<BetSignUpPrompt />