From 1ca96d44815a616ac7ef8595f678dcc69bfc5a75 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 05:18:09 +0000 Subject: [PATCH] style: format code with Prettier and StandardJS This commit fixes the style issues introduced in 2659ae1 according to the output from Prettier and StandardJS. Details: None --- src/components/stateless/OrgChart/index.jsx | 8 ++++---- src/components/stateless/OrgChart/org-chart/index.jsx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/stateless/OrgChart/index.jsx b/src/components/stateless/OrgChart/index.jsx index 6b09ed0e..ac89f43a 100644 --- a/src/components/stateless/OrgChart/index.jsx +++ b/src/components/stateless/OrgChart/index.jsx @@ -81,13 +81,13 @@ function OrgChartDemo() { diff --git a/src/components/stateless/OrgChart/org-chart/index.jsx b/src/components/stateless/OrgChart/org-chart/index.jsx index 6700ef48..5cd67631 100644 --- a/src/components/stateless/OrgChart/org-chart/index.jsx +++ b/src/components/stateless/OrgChart/org-chart/index.jsx @@ -130,7 +130,7 @@ const OrgChart = ({ )} - {hasChildren && isExpanded &&
} + {hasChildren && isExpanded &&
}
{/* 子节点容器 */} @@ -140,7 +140,7 @@ const OrgChart = ({
{node.childrenIds.map((childId, index) => (
-
+