From beb075f9b90aab23e6b06ba3ac808d4f673376a5 Mon Sep 17 00:00:00 2001 From: Devesh S Date: Thu, 23 Jul 2026 14:10:07 +0530 Subject: [PATCH] ui: remove empty answers helper text fallback in Q&A cards --- src/pages/Community/Community.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pages/Community/Community.tsx b/src/pages/Community/Community.tsx index b7114bb..53a2dcc 100644 --- a/src/pages/Community/Community.tsx +++ b/src/pages/Community/Community.tsx @@ -586,11 +586,7 @@ export default function Community() { ))} - ) : ( -

- No answers posted yet. Senior helpers can reply to this question via the Telegram Bot! -

- )} + ) : null} )}