Show no answers text
This commit is contained in:
parent
0dc6c6405d
commit
a155ff71ea
|
@ -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