1 parent ad42987 commit 2f5a0eaCopy full SHA for 2f5a0ea
1 file changed
src/modules/universe/NeuroJsonGraph.tsx
@@ -42,7 +42,7 @@ const NeuroJsonGraph: React.FC<{ registry: Database[] }> = ({ registry }) => {
42
links: [],
43
};
44
45
- const Graph = new ForceGraph3D()(graphRef.current)
+ const Graph = new ForceGraph3D(graphRef.current)
46
.graphData(graphData)
47
.nodeRelSize(2)
48
.nodeColor(
0 commit comments