diff --git a/client/ui/chat/ChatFragment.tsx b/client/ui/chat/ChatFragment.tsx index 8a79ee6..a9632de 100644 --- a/client/ui/chat/ChatFragment.tsx +++ b/client/ui/chat/ChatFragment.tsx @@ -323,7 +323,7 @@ export default function ChatFragment({ target, showReturnButton, onReturnButtonC flexDirection: 'column', overflowY: 'auto', }} {...props}> - } - { - chatInfo.is_member ? <> - {chatInfo.title} - {chatInfo.type == 'group' && chatInfo.is_admin && 加入请求} - {chatInfo.type == 'group' && 群组成员} - - : {chatInfo.title} - } - {chatInfo.type == 'group' && 设置} - + + { + chatInfo.is_member ? <> + {chatInfo.title} + {chatInfo.type == 'group' && chatInfo.is_admin && 加入请求} + {chatInfo.type == 'group' && 群组成员} + + : {chatInfo.title} + } + {chatInfo.type == 'group' && 设置} + +