From d1d2cc38fc2e36ea008473db31eea3daca1fbc59 Mon Sep 17 00:00:00 2001 From: nkdengineer Date: Wed, 23 Oct 2024 17:28:43 +0700 Subject: [PATCH] fix logic show support text --- src/components/ReportActionItem/ReportPreview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ReportActionItem/ReportPreview.tsx b/src/components/ReportActionItem/ReportPreview.tsx index 206138c6787e..b7ed78a30087 100644 --- a/src/components/ReportActionItem/ReportPreview.tsx +++ b/src/components/ReportActionItem/ReportPreview.tsx @@ -510,7 +510,7 @@ function ReportPreview({ )} - {shouldShowSubtitle && supportText && ( + {shouldShowSubtitle && !!supportText && ( {supportText}