Getting rid of console log, fixing multiple choice markets (#938)
This commit is contained in:
parent
aa93ec060d
commit
a12ed78813
|
@ -28,10 +28,6 @@ export function WarningConfirmationButton(props: {
|
||||||
outcome,
|
outcome,
|
||||||
marketType,
|
marketType,
|
||||||
} = props
|
} = props
|
||||||
{
|
|
||||||
console.log(outcome)
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!warning) {
|
if (!warning) {
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in New Issue
Block a user