cleaning up
This commit is contained in:
parent
6b2e7514de
commit
55c7a0e977
|
@ -91,7 +91,6 @@ export function AnswerCommentInput(props: {
|
||||||
username: answerResponse.username,
|
username: answerResponse.username,
|
||||||
}
|
}
|
||||||
const color = getAnswerColor(answerResponse, answersArray)
|
const color = getAnswerColor(answerResponse, answersArray)
|
||||||
console.log('color:', color)
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="opacity-60">
|
<div className="opacity-60">
|
||||||
|
|
|
@ -137,9 +137,6 @@ const CommentsTabContent = memo(function CommentsTabContent(props: {
|
||||||
)
|
)
|
||||||
const topLevelComments = commentsByParent['_'] ?? []
|
const topLevelComments = commentsByParent['_'] ?? []
|
||||||
|
|
||||||
// if (contract.outcomeType === 'FREE_RESPONSE') {
|
|
||||||
// return <FreeResponseComments />
|
|
||||||
// } else {
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<ContractCommentInput className="mb-5" contract={contract} />
|
<ContractCommentInput className="mb-5" contract={contract} />
|
||||||
|
@ -174,7 +171,6 @@ const CommentsTabContent = memo(function CommentsTabContent(props: {
|
||||||
))}
|
))}
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
// }
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const BetsTabContent = memo(function BetsTabContent(props: {
|
const BetsTabContent = memo(function BetsTabContent(props: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user