AykutSarac %!s(int64=3) %!d(string=hai) anos
pai
achega
0774d5c98d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/containers/LiveEditor/helpers.ts

+ 1 - 1
src/containers/LiveEditor/helpers.ts

@@ -32,7 +32,7 @@ export function getEdgeNodes(graph: any, isExpanded: boolean = true): any {
         .sort((a, b) => a - b);
       const longestLine = lineLengths.reverse()[0];
 
-      const height = (lines.length * 18 < 30 ? 40 : lines.length * 18);
+      const height = lines.length * 18 < 30 ? 40 : lines.length * 18;
 
       nodes.push({
         id: el.id,