Merge branch 'master' of https://github.com/backstage/backstage
Signed-off-by: TA31OU <kyle.opperman@ing.com>
This commit is contained in:
@@ -525,7 +525,6 @@ export function DependencyGraph<NodeData, EdgeData>(
|
||||
})}
|
||||
{graphNodes.map((id: string) => {
|
||||
const node = graph.current.node(id);
|
||||
|
||||
if (!node) return null;
|
||||
return (
|
||||
<Node
|
||||
|
||||
Reference in New Issue
Block a user