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' ? (