One more instance

This commit is contained in:
Austin Chen 2022-08-15 16:35:28 -07:00
parent 00717c90ef
commit 7e177c0ebf

View File

@ -227,7 +227,8 @@ export function ContractPageContent(
)}
{(outcomeType === 'FREE_RESPONSE' ||
outcomeType === 'MULTIPLE_CHOICE') && (
outcomeType === 'MULTIPLE_CHOICE' ||
outcomeType === 'BOUNTY') && (
<>
<Spacer h={4} />
<AnswersPanel contract={contract} />