Made an actual comment (#384)

This commit is contained in:
TrueMilli 2022-06-01 19:20:45 +02:00 committed by GitHub
parent 2c4aa6152e
commit 29a09ad276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,8 +110,8 @@ function ContractEmbed(props: { contract: Contract; bets: Bet[] }) {
{isBinary && (
<Row className="items-center gap-4">
// this fails typechecking, but it doesn't explode because we will
never
{/* this fails typechecking, but it doesn't explode because we will
never */}
<BetRow contract={contract as any} betPanelClassName="scale-75" />
<BinaryResolutionOrChance contract={contract} />
</Row>