fix code style issue
Signed-off-by: Maximilian Vorbrodt <maximilian.vorbrodt@hotmail.com>
This commit is contained in:
@@ -394,7 +394,7 @@ export function DependencyGraph<NodeData, EdgeData>(
|
||||
<svg
|
||||
ref={containerRef}
|
||||
{...svgProps}
|
||||
width='100%'
|
||||
width="100%"
|
||||
height={minHeight}
|
||||
viewBox={`0 0 ${maxWidth} ${maxHeight}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user