Tweak spacing
This commit is contained in:
parent
2a331a3916
commit
9b49e02589
|
@ -145,12 +145,13 @@ export function ContractPageContent(props: FirstArgument<typeof ContractPage>) {
|
|||
comments={comments ?? []}
|
||||
/>
|
||||
|
||||
{contract.outcomeType === 'FREE_RESPONSE' && (
|
||||
{outcomeType === 'FREE_RESPONSE' && !isResolved && (
|
||||
<>
|
||||
<Spacer h={4} />
|
||||
<AnswersPanel
|
||||
contract={contract as FullContract<DPM, FreeResponse>}
|
||||
/>
|
||||
<Spacer h={4} />
|
||||
</>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user