diff --git a/src/contexts/AppContext.tsx b/src/contexts/AppContext.tsx index 15657b03cc..7ef381d0b3 100644 --- a/src/contexts/AppContext.tsx +++ b/src/contexts/AppContext.tsx @@ -489,7 +489,7 @@ const AppContextProvider = ({ children }: { children: ReactNode }) => { } }; initialize(); - }, [account]); + }, [account, provider]); const createUserIfNecessary = async (): Promise => { try {