diff --git a/src/common/features/chats/components/chat-popup/index.tsx b/src/common/features/chats/components/chat-popup/index.tsx index 497ffdf8f8c..ba5d543955c 100644 --- a/src/common/features/chats/components/chat-popup/index.tsx +++ b/src/common/features/chats/components/chat-popup/index.tsx @@ -77,6 +77,7 @@ export const ChatPopUp = () => { setShow( !routerLocation.pathname.match("/chats") && !routerLocation.pathname.match("/submit") && + !routerLocation.pathname.match("/draft") && !!activeUser ); }, [routerLocation, activeUser]);