Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyvu committed Jan 10, 2025
1 parent 7304954 commit 08825d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react-app/src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { UserRoles } from "shared-types";
*/
const useGetLinks = () => {
const { isLoading, data: userObj } = useGetUser();
console.log(userObj.user, "WHAT IS THE USER");

const links =
isLoading || isFaqPage
Expand Down

0 comments on commit 08825d5

Please sign in to comment.