Sell either type of share for dpm market
This commit is contained in:
parent
8109f3d9a9
commit
3f471e7e8e
|
@ -39,12 +39,12 @@ export default function BetRow(props: {
|
||||||
setBetChoice(choice)
|
setBetChoice(choice)
|
||||||
}}
|
}}
|
||||||
replaceNoButton={
|
replaceNoButton={
|
||||||
yesFloorShares > noFloorShares && yesFloorShares > 0 ? (
|
yesFloorShares > 0 ? (
|
||||||
<SellButton contract={contract} user={user} />
|
<SellButton contract={contract} user={user} />
|
||||||
) : undefined
|
) : undefined
|
||||||
}
|
}
|
||||||
replaceYesButton={
|
replaceYesButton={
|
||||||
noFloorShares > yesFloorShares && noFloorShares > 0 ? (
|
noFloorShares > 0 ? (
|
||||||
<SellButton contract={contract} user={user} />
|
<SellButton contract={contract} user={user} />
|
||||||
) : undefined
|
) : undefined
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user