Getting rid of console log, fixing multiple choice markets (#938)

This commit is contained in:
ingawei 2022-09-26 23:48:00 -05:00 committed by GitHub
parent aa93ec060d
commit a12ed78813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,10 +28,6 @@ export function WarningConfirmationButton(props: {
outcome,
marketType,
} = props
{
console.log(outcome)
}
if (!warning) {
return (
<button