Made an actual comment (#384)
This commit is contained in:
parent
2c4aa6152e
commit
29a09ad276
|
@ -110,8 +110,8 @@ function ContractEmbed(props: { contract: Contract; bets: Bet[] }) {
|
||||||
|
|
||||||
{isBinary && (
|
{isBinary && (
|
||||||
<Row className="items-center gap-4">
|
<Row className="items-center gap-4">
|
||||||
// this fails typechecking, but it doesn't explode because we will
|
{/* this fails typechecking, but it doesn't explode because we will
|
||||||
never
|
never */}
|
||||||
<BetRow contract={contract as any} betPanelClassName="scale-75" />
|
<BetRow contract={contract as any} betPanelClassName="scale-75" />
|
||||||
<BinaryResolutionOrChance contract={contract} />
|
<BinaryResolutionOrChance contract={contract} />
|
||||||
</Row>
|
</Row>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user