Add bet panel for creator of market. Can disable later if we decide to
This commit is contained in:
parent
c3bfe6b058
commit
0c880bb0cb
|
@ -47,11 +47,13 @@ export default function ContractPage() {
|
||||||
<>
|
<>
|
||||||
<div className="mt-12 md:mt-0 md:ml-8" />
|
<div className="mt-12 md:mt-0 md:ml-8" />
|
||||||
|
|
||||||
{isCreator ? (
|
<Col className="w-full">
|
||||||
<ResolutionPanel creator={user} contract={contract} />
|
|
||||||
) : (
|
|
||||||
<BetPanel contract={contract} />
|
<BetPanel contract={contract} />
|
||||||
)}
|
|
||||||
|
{isCreator && (
|
||||||
|
<ResolutionPanel creator={user} contract={contract} />
|
||||||
|
)}
|
||||||
|
</Col>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</Col>
|
</Col>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user