One more instance
This commit is contained in:
parent
00717c90ef
commit
7e177c0ebf
|
@ -227,7 +227,8 @@ export function ContractPageContent(
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{(outcomeType === 'FREE_RESPONSE' ||
|
{(outcomeType === 'FREE_RESPONSE' ||
|
||||||
outcomeType === 'MULTIPLE_CHOICE') && (
|
outcomeType === 'MULTIPLE_CHOICE' ||
|
||||||
|
outcomeType === 'BOUNTY') && (
|
||||||
<>
|
<>
|
||||||
<Spacer h={4} />
|
<Spacer h={4} />
|
||||||
<AnswersPanel contract={contract} />
|
<AnswersPanel contract={contract} />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user