fix: cleanup
This commit is contained in:
parent
bf400502e5
commit
f8fafb837f
|
@ -164,8 +164,6 @@ export function DrawGraph({
|
||||||
listOfElements,
|
listOfElements,
|
||||||
links,
|
links,
|
||||||
}) {
|
}) {
|
||||||
console.log("LINKS:");
|
|
||||||
console.log(links);
|
|
||||||
if (isListOrdered) {
|
if (isListOrdered) {
|
||||||
let nodes = orderedList.map((id, pos) => ({
|
let nodes = orderedList.map((id, pos) => ({
|
||||||
...listOfElements[id],
|
...listOfElements[id],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user