AykutSarac před 3 roky
rodič
revize
c3e3e2f49d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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}>