bet row: default to YES

This commit is contained in:
mantikoros 2022-07-13 11:20:25 -05:00
parent 18abad38b6
commit 737d803903

View File

@ -53,7 +53,7 @@ export default function BetRow(props: {
<SimpleBetPanel <SimpleBetPanel
className={betPanelClassName} className={betPanelClassName}
contract={contract} contract={contract}
selected={undefined} selected="YES"
onBetSuccess={() => setOpen(false)} onBetSuccess={() => setOpen(false)}
hasShares={hasYesShares || hasNoShares} hasShares={hasYesShares || hasNoShares}
/> />