Line up BetSection with graph
This commit is contained in:
parent
c64289af86
commit
6b5bf3cb35
|
@ -44,10 +44,13 @@ export default function ContractPage() {
|
|||
isResolved ? 'md:justify-center' : 'md:justify-between'
|
||||
)}
|
||||
>
|
||||
<div>
|
||||
<ContractOverview
|
||||
contract={contract}
|
||||
className="max-w-4xl w-full p-4"
|
||||
/>
|
||||
<BetsSection contract={contract} user={user ?? null} />
|
||||
</div>
|
||||
|
||||
{!isResolved && (
|
||||
<>
|
||||
|
@ -63,8 +66,6 @@ export default function ContractPage() {
|
|||
</>
|
||||
)}
|
||||
</Col>
|
||||
|
||||
<BetsSection contract={contract} user={user ?? null} />
|
||||
</Col>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user