Always show answer panel
This commit is contained in:
parent
278bcb9724
commit
a004d3a4bf
|
@ -168,16 +168,15 @@ export function ContractPageContent(props: FirstArgument<typeof ContractPage>) {
|
||||||
comments={comments ?? []}
|
comments={comments ?? []}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{outcomeType === 'FREE_RESPONSE' &&
|
{outcomeType === 'FREE_RESPONSE' && (
|
||||||
(isResolved || resolution === 'MKT') && (
|
<>
|
||||||
<>
|
<Spacer h={4} />
|
||||||
<Spacer h={4} />
|
<AnswersPanel
|
||||||
<AnswersPanel
|
contract={contract as FullContract<DPM, FreeResponse>}
|
||||||
contract={contract as FullContract<DPM, FreeResponse>}
|
/>
|
||||||
/>
|
<Spacer h={4} />
|
||||||
<Spacer h={4} />
|
</>
|
||||||
</>
|
)}
|
||||||
)}
|
|
||||||
|
|
||||||
{isResolved && (
|
{isResolved && (
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user