show ante label

This commit is contained in:
mantikoros 2022-03-14 01:19:46 -05:00
parent bb8f7cc966
commit 0ac2f239e4

View File

@ -506,10 +506,11 @@ function BetRow(props: { bet: Bet; contract: Contract; saleBet?: Bet }) {
return ( return (
<tr> <tr>
<td className="text-neutral"> <td>
{!isCPMM && !isResolved && !isClosed && !isSold && !isAnte && ( {!isCPMM && !isResolved && !isClosed && !isSold && !isAnte && (
<SellButton contract={contract} bet={bet} /> <SellButton contract={contract} bet={bet} />
)} )}
{isCPMM && isAnte && 'ANTE'}
</td> </td>
<td> <td>
<OutcomeLabel outcome={outcome} /> <OutcomeLabel outcome={outcome} />