Skip to content

Commit ad42987

Browse files
committed
[Fix][Validation]
1 parent 03694d5 commit ad42987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/universe/NeuroJsonGraph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const NeuroJsonGraph: React.FC<{ registry: Database[] }> = ({ registry }) => {
4242
links: [],
4343
};
4444

45-
const Graph = ForceGraph3D()(graphRef.current)
45+
const Graph = new ForceGraph3D()(graphRef.current)
4646
.graphData(graphData)
4747
.nodeRelSize(2)
4848
.nodeColor(

0 commit comments

Comments
 (0)