diff --git a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx index e7eaf3f0..b1796c99 100644 --- a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx +++ b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx @@ -123,9 +123,7 @@ const ChatWindow: React.FC = ({ contract }) => { {/* 右侧个人资料卡片 */} - {showProfile && ( - - )} + {showProfile && } ); };