Fix my other foolish bug
This commit is contained in:
parent
5a9d8e3f5d
commit
149204f6ca
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user