Skip to content

Commit

Permalink
Fixed the unlock profile issue (#1922)
Browse files Browse the repository at this point in the history
* Fixed the unlock profile issue

* added another fix

* reverted the change

---------

Co-authored-by: Monalisha Mishra <[email protected]>
  • Loading branch information
abhishek-01k and mishramonalisha76 authored Oct 16, 2024
1 parent 9c48e31 commit 1f3f41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/AppContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ const AppContextProvider = ({ children }: { children: ReactNode }) => {
}
};
initialize();
}, [account]);
}, [account, provider]);

const createUserIfNecessary = async (): Promise<ConnectedUser> => {
try {
Expand Down

0 comments on commit 1f3f41c

Please sign in to comment.