Fix my foolish bug

This commit is contained in:
Marshall Polaris 2022-08-31 01:02:10 -07:00
parent a3569280a4
commit d336383a93

View File

@ -153,7 +153,7 @@ export function ContractEmbed(props: { contract: Contract; bets: Bet[] }) {
{(isBinary || isPseudoNumeric) && ( {(isBinary || isPseudoNumeric) && (
<ContractProbGraph <ContractProbGraph
contract={contract} contract={contract}
bets={bets} bets={[...bets].reverse()}
height={graphHeight} height={graphHeight}
/> />
)} )}