From 7965768f3df6ec1faa5f1430160400df56b6a9ad Mon Sep 17 00:00:00 2001 From: freefire Date: Fri, 28 Aug 2026 04:05:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B3=A8=E5=86=8C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=97=A0=E5=A4=B4=E5=83=8F=E6=97=B6=E4=B8=8D=E5=86=8D=E8=AF=AF?= =?UTF-8?q?=E7=94=A8=E6=B8=B8=E5=AE=A2=E7=81=B0=E5=BA=95=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- frontend/src/components/CommentThreadList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/CommentThreadList.tsx b/frontend/src/components/CommentThreadList.tsx index 1a12450..b751df5 100644 --- a/frontend/src/components/CommentThreadList.tsx +++ b/frontend/src/components/CommentThreadList.tsx @@ -237,7 +237,7 @@ function CommentItem({ user={c.user ?? { id: c.user_id, nickname: nick }} showAvatar={false} showName={false} - className={`waline-comment-avatar user-link--avatar-only${!c.user?.avatar ? ' guest' : ''}`} + className="waline-comment-avatar user-link--avatar-only" > {c.user?.avatar ? ( @@ -246,7 +246,7 @@ function CommentItem({ )} ) : ( -
+
{c.user?.avatar ? ( ) : (