Show no answers text

This commit is contained in:
Ian Philips 2022-05-04 10:24:48 -04:00
parent 0dc6c6405d
commit a155ff71ea

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