show ante label
This commit is contained in:
parent
bb8f7cc966
commit
0ac2f239e4
|
@ -506,10 +506,11 @@ function BetRow(props: { bet: Bet; contract: Contract; saleBet?: Bet }) {
|
|||
|
||||
return (
|
||||
<tr>
|
||||
<td className="text-neutral">
|
||||
<td>
|
||||
{!isCPMM && !isResolved && !isClosed && !isSold && !isAnte && (
|
||||
<SellButton contract={contract} bet={bet} />
|
||||
)}
|
||||
{isCPMM && isAnte && 'ANTE'}
|
||||
</td>
|
||||
<td>
|
||||
<OutcomeLabel outcome={outcome} />
|
||||
|
|
Loading…
Reference in New Issue
Block a user