Always show answer panel

This commit is contained in:
Ian Philips 2022-05-03 17:54:00 -04:00
parent 278bcb9724
commit a004d3a4bf

View File

@ -168,8 +168,7 @@ 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