fix(stream err on changing conversation)

This commit is contained in:
ManishMadan2882
2024-02-07 04:42:39 +05:30
parent 300430e2d5
commit 3c68cbc955
5 changed files with 36 additions and 19 deletions

View File

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