Update App.js

This commit is contained in:
Varun Shenoy
2023-02-13 17:28:11 -08:00
committed by GitHub
parent d2d4799c20
commit 0f5b46c9e6

View File

@@ -102,8 +102,6 @@ function App() {
// check if the node already exists
var node = current_graph.nodes.find(node => node.id === index);
console.log("HIII");
if (node === undefined) {
return;
}