@ -153,35 +177,55 @@ export default function ContributeQuestionForm({
/>
</div>
</div>
{/*<divclassName="w-full">
<HorizontalDivider/>
</div>
<h1className="mb-3">
Arethesequestionsthesameasyours?TODO:Changetolist
</h1>
<div>
<SimilarQuestionCard
content="Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and an integer target, return indices"
location="Menlo Park, CA"
receivedCount={0}
role="Senior Engineering Manager"
timestamp="Today"
onSimilarQuestionClick={()=>{
// eslint-disable-next-line no-console
console.log('hi!');
<divclassName="w-full">
<HorizontalDivider/>
</div>
<h2
className="text-primary-900mb-3
text-lgfont-semibold
">
Arethesequestionsthesameasyours?
</h2>
<Button
addonPosition="start"
disabled={questionContent===contentToCheck}
icon={ArrowPathIcon}
label="Refresh similar questions"
variant="primary"
onClick={()=>{
setContentToCheck(questionContent);
}}
/>
</div>*/}
<divclassName="flex flex-col gap-y-2">
{similarQuestions?.map((question)=>(
<SimilarQuestionCard
key={question.id}
content="Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and an integer target, return indices"