Skip to content

Commit

Permalink
some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshpatel2434 committed Aug 11, 2024
1 parent 2d33c32 commit e860e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/context/AppContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const AppContextProvider: React.FC<{ children: React.ReactNode }> = ({
if (localStorage.getItem("token")) {
sendRequest();
}
}, []);
}, [user, type]);

return (
<AppContext.Provider
Expand Down

0 comments on commit e860e17

Please sign in to comment.