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