Remove unused hideOutcome in comments

This commit is contained in:
Ian Philips 2022-05-09 13:56:39 -04:00
parent 2ec1a8c40a
commit 21ff0c6555

View File

@ -287,7 +287,6 @@ function ContractTopTrades(props: {
contract={contract} contract={contract}
comment={commentsById[topCommentId]} comment={commentsById[topCommentId]}
betsBySameUser={[betsById[topCommentId]]} betsBySameUser={[betsById[topCommentId]]}
hideOutcome={false}
truncate={false} truncate={false}
smallAvatar={false} smallAvatar={false}
/> />