Fix my foolish bug
This commit is contained in:
parent
a3569280a4
commit
d336383a93
|
@ -153,7 +153,7 @@ export function ContractEmbed(props: { contract: Contract; bets: Bet[] }) {
|
|||
{(isBinary || isPseudoNumeric) && (
|
||||
<ContractProbGraph
|
||||
contract={contract}
|
||||
bets={bets}
|
||||
bets={[...bets].reverse()}
|
||||
height={graphHeight}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue
Block a user