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