Skip to content

Commit

Permalink
removed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhiren-Mhatre committed Jan 18, 2025
1 parent 95169a5 commit 382ab23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/UserPortal/People/People.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export default function people(): JSX.Element {
}
}, [data2]);

// Updated members effect
useEffect(() => {
if (data?.organizationsMemberConnection?.edges) {
const membersList = data.organizationsMemberConnection.edges.map(
Expand Down

0 comments on commit 382ab23

Please sign in to comment.