Re-added comment

This commit is contained in:
Milli 2022-06-03 00:46:38 +02:00
parent 722a6e6d94
commit a19e6326a3

View File

@ -110,6 +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 */}
<BetRow contract={contract as any} betPanelClassName="scale-75" />
<BinaryResolutionOrChance contract={contract} />
</Row>