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}>