From 9dd6237a66a53a3aae689c653c5f33e46ba9aa39 Mon Sep 17 00:00:00 2001 From: Aamil13 Date: Fri, 18 Oct 2024 17:36:43 +0530 Subject: [PATCH] removed log --- src/components/molecules/MessageTopBar/index.tsx | 13 ------------- src/components/molecules/OneToOneChat/index.tsx | 1 - 2 files changed, 14 deletions(-) diff --git a/src/components/molecules/MessageTopBar/index.tsx b/src/components/molecules/MessageTopBar/index.tsx index 0211d1b..9cd6ada 100644 --- a/src/components/molecules/MessageTopBar/index.tsx +++ b/src/components/molecules/MessageTopBar/index.tsx @@ -58,20 +58,7 @@ const MessageTopBar = ({ currTab, setCurrTab, unreadNotAcceptedChatsCount, setSe - {/* */} - - {/*
- - -
*/} {showCreateGroup && } {showOneToOne && } diff --git a/src/components/molecules/OneToOneChat/index.tsx b/src/components/molecules/OneToOneChat/index.tsx index c4f28ae..99e3768 100644 --- a/src/components/molecules/OneToOneChat/index.tsx +++ b/src/components/molecules/OneToOneChat/index.tsx @@ -13,7 +13,6 @@ const UsersModal = ({ setShowOneToOne, showOneToOne, setShowCreateGroup }: Props const [searchInput, setSearchInput] = useState('') const { data } = useGetUserFollowingAndFollowers(searchInput) const { mutate: createUserChat } = useCreateUserChat() - console.log('users', data) return ( <>