Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaRaimec22 committed May 13, 2024
1 parent efabfa1 commit 427e18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/MemberDetail/MemberDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
// const { data: user, loading: loading } = useQuery(USER_DETAILS, {
// variables: { id: currentUrl }, // For testing we are sending the id as a prop
// });

// const userData = user?.user;

// useEffect(() => {
Expand Down

0 comments on commit 427e18a

Please sign in to comment.