Skip to content

Commit

Permalink
Fix graph events deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Godefroy committed Sep 12, 2024
1 parent 6906ece commit b38238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/src/features/graph/hooks/useGraphEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ export default function useGraphEvents(): GraphEvents {
onMemberMove: isMember ? onMemberMove : undefined,
onMemberAdd: isMember ? onMemberAdd : undefined,
}),
[]
[isMember]
)
}

0 comments on commit b38238a

Please sign in to comment.