ui: remove empty answers helper text fallback in Q&A cards

This commit is contained in:
Devesh S
2026-07-23 14:10:07 +05:30
parent 0460bb4a2b
commit beb075f9b9

View File

@@ -586,11 +586,7 @@ export default function Community() {
</div>
))}
</div>
) : (
<p className="text-xs text-slate-400 italic font-medium py-1 pl-4" style={{ fontFamily: 'Inter, sans-serif' }}>
No answers posted yet. Senior helpers can reply to this question via the Telegram Bot!
</p>
)}
) : null}
</div>
)}
</div>