Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonov548 committed Dec 19, 2023
1 parent 3876362 commit ccb441b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/page/src/graphs/ShortestPath.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const ShortestPath = ({ igraph }) => {
vpath.delete();
epath.delete();
}
}, [selected])
}, [selected, graph, igraph])

const handleNodeClick = useCallback(node => {
if (selected.length === 2) {
Expand Down

0 comments on commit ccb441b

Please sign in to comment.