feat(empty-chat): add settings for mobile
This commit is contained in:
parent
f1c0b5435b
commit
540f38ae68
2 changed files with 13 additions and 0 deletions
|
@ -318,6 +318,7 @@ const ChatWindow = ({ id }: { id?: string }) => {
|
|||
console.log('[DEBUG] closed');
|
||||
}
|
||||
};
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
const messagesRef = useRef<Message[]>([]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue