AykutSarac 3 gadi atpakaļ
vecāks
revīzija
c3e3e2f49d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/components/CustomNode/ObjectNode.tsx

+ 1 - 1
src/components/CustomNode/ObjectNode.tsx

@@ -7,7 +7,7 @@ const ObjectNode: React.FC<CustomNodeProps<[string, string][]>> = ({
   height,
   value,
   x,
-  y
+  y,
 }) => {
   return (
     <Styled.StyledForeignObject width={width} height={height} x={0} y={0}>