diff --git a/src/@context/Orbis.tsx b/src/@context/Orbis.tsx index 676d665d7..fa0030331 100644 --- a/src/@context/Orbis.tsx +++ b/src/@context/Orbis.tsx @@ -324,7 +324,6 @@ function OrbisProvider({ children }: { children: ReactNode }): ReactElement { // Also fetch message notifications await getConversationNotifications(filteredConversations) - console.log(filteredConversations) setConversations(filteredConversations) return filteredConversations } @@ -420,6 +419,7 @@ function OrbisProvider({ children }: { children: ReactNode }): ReactElement { if (web3Provider && accountId) { if (accountId !== prevAccountId) { resetStates() + removeLitSignature() } // Check if wallet connected checkOrbisConnection({ address: accountId })