Show resolved FR answers

This commit is contained in:
Ian Philips 2022-05-03 16:57:39 -04:00
parent 0d63e471be
commit 278bcb9724

View File

@ -169,7 +169,7 @@ export function ContractPageContent(props: FirstArgument<typeof ContractPage>) {
/>
{outcomeType === 'FREE_RESPONSE' &&
(!isResolved || resolution === 'MKT') && (
(isResolved || resolution === 'MKT') && (
<>
<Spacer h={4} />
<AnswersPanel
@ -179,7 +179,7 @@ export function ContractPageContent(props: FirstArgument<typeof ContractPage>) {
</>
)}
{contract.isResolved && (
{isResolved && (
<>
<div className="grid grid-cols-1 sm:grid-cols-2">
<ContractLeaderboard contract={contract} bets={bets} />