From 47aba1c9f93bb38ef699c39390370e4703e56bf8 Mon Sep 17 00:00:00 2001 From: hjlarry Date: Tue, 23 Sep 2025 14:41:34 +0800 Subject: [PATCH] fix style --- .../workflow/comment/comment-input.tsx | 8 ++++---- .../workflow/panel/comments-panel/index.tsx | 18 ++++++++++++------ 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/web/app/components/workflow/comment/comment-input.tsx b/web/app/components/workflow/comment/comment-input.tsx index bd8555ab76..5e51c403bd 100644 --- a/web/app/components/workflow/comment/comment-input.tsx +++ b/web/app/components/workflow/comment/comment-input.tsx @@ -46,8 +46,8 @@ export const CommentInput: FC = memo(({ position, onSubmit, o >
-
-
+
+
= memo(({ position, onSubmit, o
-
+
{ return (
-
Comments
+
Comments
@@ -147,11 +151,13 @@ const CommentsPanel = () => { {/* Content */}
{c.content}
{/* Footer */} -
-
- {c.reply_count} replies + {c.reply_count > 0 && ( +
+
+ {c.reply_count} replies +
-
+ )}
)