2.0/email-builder
Lei OT 10 months ago
parent 3b62175075
commit b9f0e076fc

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

Loading…
Cancel
Save