Skip to content
Snippets Groups Projects
Commit c5f68225 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[ivette] fix sandbox label

parent 9a078eda
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ const random = (n: number): number => Math.floor(Math.random() * n); ...@@ -39,7 +39,7 @@ const random = (n: number): number => Math.floor(Math.random() * n);
function addNode(nodes: readonly Node[]): readonly Node[] { function addNode(nodes: readonly Node[]): readonly Node[] {
const k = Kid++; const k = Kid++;
return nodes.concat({ id: `N${k}`, label: `Node #${k}}` }); return nodes.concat({ id: `N${k}`, label: `Node #${k}` });
} }
function addEdge( function addEdge(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment