Show no answers text

This commit is contained in:
Ian Philips 2022-05-04 10:24:48 -04:00
parent c7f973bef9
commit ff3b0d9e4f

View File

@ -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>
)}