Skip to content

Commit 2f5a0ea

Browse files
committed
[Fix][Validation]
1 parent ad42987 commit 2f5a0ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = new ForceGraph3D()(graphRef.current)
45+
const Graph = new ForceGraph3D(graphRef.current)
4646
.graphData(graphData)
4747
.nodeRelSize(2)
4848
.nodeColor(

0 commit comments

Comments
 (0)