Put missing info back

This commit is contained in:
MartinBraquet
2026-04-30 21:13:56 +02:00
parent 97feed5fd8
commit 3ffe941e0a

View File

@@ -583,28 +583,26 @@ export function CompatibilityAnswerBlock(props: {
))}
</Row>
)}
{/*{isAnswered && (*/}
{/* <Col>*/}
{/* {comparedProfile && isAnswered && (*/}
{/* <Row className="w-full justify-end sm:hidden">*/}
{/* <CompatibilityDisplay*/}
{/* question={question}*/}
{/* profile1={profile}*/}
{/* answer1={answer}*/}
{/* profile2={comparedProfile as Profile}*/}
{/* currentUserIsComparedProfile={!fromProfilePage}*/}
{/* currentUser={currentUser}*/}
{/* />*/}
{/* </Row>*/}
{/* )}*/}
{/* {isCurrentUser && isAnswered && (*/}
{/* <Row className="w-full justify-end sm:hidden">*/}
{/* <ImportanceButton importance={answer.importance} onClick={() => setEditOpen(true)} />*/}
{/* </Row>*/}
{/* )}*/}
{/* /!*{question.importance_score == 0 && <div className="text-ink-500 text-sm">Core Question</div>}*!/*/}
{/* </Col>*/}
{/*)}*/}
<Col className={'sm:hidden'}>
{comparedProfile && isAnswered && (
<Row className="w-full justify-end sm:hidden">
<CompatibilityDisplay
question={question}
profile1={profile}
answer1={answer}
profile2={comparedProfile as Profile}
currentUserIsComparedProfile={!fromProfilePage}
currentUser={currentUser}
/>
</Row>
)}
{isCurrentUser && isAnswered && (
<Row className="w-full justify-end sm:hidden">
<ImportanceButton importance={answer.importance} onClick={() => setEditOpen(true)} />
</Row>
)}
{/*{question.importance_score == 0 && <div className="text-ink-500 text-sm">Core Question</div>}*/}
</Col>
{showCommunityInfo && (
<Row className={''}>
{shortenedPopularity && (