@ -104,8 +104,8 @@ const Conversations = () => {
}
useEffect(() => {
if (mobile !== undefined) {
setCurrentConversation({ });
if (mobile !== false) {
setCurrentConversation({});
return () => {};
}, []);