From e6ce5712a32bfc8401b57513e83c2363121d6413 Mon Sep 17 00:00:00 2001 From: "haitao(lj)" Date: Tue, 11 Oct 2022 14:59:33 +0800 Subject: [PATCH] fix(#1002): normalize class name for LinkButton --- ui/src/components/BaseUserCard/index.tsx | 2 +- ui/src/components/UserCard/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/BaseUserCard/index.tsx b/ui/src/components/BaseUserCard/index.tsx index 10429c02..5472f1b2 100644 --- a/ui/src/components/BaseUserCard/index.tsx +++ b/ui/src/components/BaseUserCard/index.tsx @@ -17,7 +17,7 @@ const Index: FC = ({ className = 'fs-14', }) => { return ( -
+
{data?.status !== 'deleted' ? ( {showAvatar && ( diff --git a/ui/src/components/UserCard/index.tsx b/ui/src/components/UserCard/index.tsx index f2019df5..d0087dc1 100644 --- a/ui/src/components/UserCard/index.tsx +++ b/ui/src/components/UserCard/index.tsx @@ -19,7 +19,7 @@ const Index: FC = ({ data, time, preFix }) => { ) : ( )} -
+
{data?.status !== 'deleted' ? (