-
+ {chatId != null && chatId != '' && }
}
diff --git a/client/ui/app-state/UserOrChatInfoDialog.tsx b/client/ui/app-state/UserOrChatInfoDialog.tsx
index d4303d8..25dac11 100644
--- a/client/ui/app-state/UserOrChatInfoDialog.tsx
+++ b/client/ui/app-state/UserOrChatInfoDialog.tsx
@@ -110,7 +110,7 @@ export default function UserOrChatInfoDialog({ chat, useRef }: { chat?: Chat, us
})}>{favourited ? '取消收藏' : '收藏对话'}
}