From 21ff0c6555b4b00e17734251d4b120a8daabdfc3 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Mon, 9 May 2022 13:56:39 -0400 Subject: [PATCH] Remove unused hideOutcome in comments --- web/pages/[username]/[contractSlug].tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pages/[username]/[contractSlug].tsx b/web/pages/[username]/[contractSlug].tsx index 96b5feee..43b05300 100644 --- a/web/pages/[username]/[contractSlug].tsx +++ b/web/pages/[username]/[contractSlug].tsx @@ -287,7 +287,6 @@ function ContractTopTrades(props: { contract={contract} comment={commentsById[topCommentId]} betsBySameUser={[betsById[topCommentId]]} - hideOutcome={false} truncate={false} smallAvatar={false} />