diff --git a/web/pages/[username]/[contractSlug].tsx b/web/pages/[username]/[contractSlug].tsx index 698aa11b..b507ce24 100644 --- a/web/pages/[username]/[contractSlug].tsx +++ b/web/pages/[username]/[contractSlug].tsx @@ -145,12 +145,13 @@ export function ContractPageContent(props: FirstArgument) { comments={comments ?? []} /> - {contract.outcomeType === 'FREE_RESPONSE' && ( + {outcomeType === 'FREE_RESPONSE' && !isResolved && ( <> } /> + )}