AykutSarac 3 سال پیش
والد
کامیت
c3e3e2f49d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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}>