From 2e50c71cacad9afa0873653397471142ffcc25d3 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Wed, 27 Jul 2022 18:53:43 -0700 Subject: [PATCH] prettier --- web/pages/[username]/[contractSlug].tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/web/pages/[username]/[contractSlug].tsx b/web/pages/[username]/[contractSlug].tsx index d6febda5..d70ad521 100644 --- a/web/pages/[username]/[contractSlug].tsx +++ b/web/pages/[username]/[contractSlug].tsx @@ -217,13 +217,14 @@ export function ContractPageContent( /> )} - {outcomeType === 'FREE_RESPONSE' || outcomeType === 'MULTIPLE_CHOICE' && ( - <> - - - - - )} + {outcomeType === 'FREE_RESPONSE' || + (outcomeType === 'MULTIPLE_CHOICE' && ( + <> + + + + + ))} {isNumeric && allowTrade && (