Show no answers text
This commit is contained in:
parent
c7f973bef9
commit
ff3b0d9e4f
|
@ -116,7 +116,7 @@ export function AnswersPanel(props: {
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{sortedAnswers.length === 0 && (
|
{answers.length <= 1 && (
|
||||||
<div className="pb-4 text-gray-500">No answers yet...</div>
|
<div className="pb-4 text-gray-500">No answers yet...</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user