Fix my other foolish bug

This commit is contained in:
Marshall Polaris 2022-08-31 11:17:36 -07:00
parent 5a9d8e3f5d
commit 149204f6ca

View File

@ -131,7 +131,7 @@ export const ContractOverview = (props: {
{(outcomeType === 'FREE_RESPONSE' ||
outcomeType === 'MULTIPLE_CHOICE') && (
<Col className={'mb-1 gap-y-2'}>
<AnswersGraph contract={contract} bets={bets} />
<AnswersGraph contract={contract} bets={[...bets].reverse()} />
<ExtraMobileContractDetails
contract={contract}
user={user}