Simplify rendering

Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Adam Harvey
2021-02-24 22:58:30 -05:00
parent 541d7e0e51
commit a29737eb92
@@ -147,14 +147,12 @@ export function SystemDiagram({ entity }: SystemDiagramProps) {
return (
<InfoCard title="System Diagram">
<div>
<DependencyGraph
nodes={systemNodes}
edges={systemEdges}
nodeMargin={10}
direction={DependencyGraphTypes.Direction.BOTTOM_TOP}
/>
</div>
<DependencyGraph
nodes={systemNodes}
edges={systemEdges}
nodeMargin={10}
direction={DependencyGraphTypes.Direction.BOTTOM_TOP}
/>
<Box m={1} />
<Typography
variant="caption"