Revert to showing FR answer
This commit is contained in:
parent
13bf5ac253
commit
49bfb67daa
|
@ -84,7 +84,11 @@ export function FreeResponseOutcomeLabel(props: {
|
||||||
if (!chosen) return <AnswerNumberLabel number={resolution} />
|
if (!chosen) return <AnswerNumberLabel number={resolution} />
|
||||||
return (
|
return (
|
||||||
<FreeResponseAnswerToolTip text={chosen.text}>
|
<FreeResponseAnswerToolTip text={chosen.text}>
|
||||||
<span className="text-blue-400">TOP</span>
|
<AnswerLabel
|
||||||
|
answer={chosen}
|
||||||
|
truncate={truncate}
|
||||||
|
className={answerClassName}
|
||||||
|
/>
|
||||||
</FreeResponseAnswerToolTip>
|
</FreeResponseAnswerToolTip>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user