diff --git a/frontend/src/chat/chatHelperFunctions/windowStateVisable.ts b/frontend/src/chat/chatHelperFunctions/windowStateVisable.ts index 654c094..76bda74 100644 --- a/frontend/src/chat/chatHelperFunctions/windowStateVisable.ts +++ b/frontend/src/chat/chatHelperFunctions/windowStateVisable.ts @@ -22,6 +22,5 @@ export async function windowStateVisable() { }); buddies.innerHTML = ''; buddies.textContent = ''; - setTitle('Chat Page'); return; };