From cc88eb4638c43a05211c575c2e3c0fb9c17510c6 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Fri, 12 Aug 2022 16:28:26 -0700 Subject: [PATCH] Remove another wrapper in ContractCard --- web/components/contract/contract-card.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/components/contract/contract-card.tsx b/web/components/contract/contract-card.tsx index 99aa43bb..a88cc86e 100644 --- a/web/components/contract/contract-card.tsx +++ b/web/components/contract/contract-card.tsx @@ -137,24 +137,24 @@ export function ContractCard(props: { {showQuickBet ? ( ) : ( - + <> {outcomeType === 'BINARY' && ( )} {outcomeType === 'PSEUDO_NUMERIC' && ( )} {outcomeType === 'NUMERIC' && ( )} @@ -162,13 +162,13 @@ export function ContractCard(props: { {(outcomeType === 'FREE_RESPONSE' || outcomeType === 'MULTIPLE_CHOICE') && ( )} - + )} )