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'
|
isResolved ? 'md:justify-center' : 'md:justify-between'
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<ContractOverview
|
<div>
|
||||||
contract={contract}
|
<ContractOverview
|
||||||
className="max-w-4xl w-full p-4"
|
contract={contract}
|
||||||
/>
|
className="max-w-4xl w-full p-4"
|
||||||
|
/>
|
||||||
|
<BetsSection contract={contract} user={user ?? null} />
|
||||||
|
</div>
|
||||||
|
|
||||||
{!isResolved && (
|
{!isResolved && (
|
||||||
<>
|
<>
|
||||||
|
@ -63,8 +66,6 @@ export default function ContractPage() {
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</Col>
|
</Col>
|
||||||
|
|
||||||
<BetsSection contract={contract} user={user ?? null} />
|
|
||||||
</Col>
|
</Col>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user