delete console.log

This commit is contained in:
TomasMatarazzo
2024-04-22 16:17:26 -03:00
parent 480825ddd7
commit 8fa4ec7ad8

View File

@@ -99,10 +99,6 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
}
}, [conversations, dispatch]);
useEffect(() => {
console.log(modalStateDeleteConv);
}, [modalStateDeleteConv]);
async function fetchConversations() {
return await getConversations()
.then((fetchedConversations) => {