From bd9bad5787491daf089c368ad3831b3fee3b6157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=97=E9=9C=8F?= <470699397@qq.com> Date: Mon, 22 Jun 2026 19:42:36 +0800 Subject: [PATCH] git commit -m "chore: correct spelling errors across source files" --- .../MetricContributor/ContributorTable/DomainPersona.tsx | 2 +- .../MetricContributor/ContributorTable/index.tsx | 6 +++--- .../MetricDetail/MetricContributor/contribution.ts | 2 +- .../DataView/MetricDetail/MetricContributor/utils.tsx | 4 ++-- .../components/SideBar/Collaboration/TopicRobustness.tsx | 2 +- .../analyze/components/SideBar/TopicRobustness.tsx | 2 +- .../modules/dataHub/DataView/ArchiveDownload/index.tsx | 2 +- .../src/modules/dataHub/components/DataSourceSelector.tsx | 8 ++++---- apps/web/src/modules/home/Explain/plantConfig.ts | 2 +- .../GovernancePlatform/Overview/Project/RepoTable.tsx | 6 +++--- .../GovernancePlatformNew/Project/index.tsx | 2 +- .../Analyze/component/CardMetricTable/DomainPersona.tsx | 2 +- .../lab/model/Analyze/component/CardMetricTable/index.tsx | 6 +++--- .../modules/lab/model/Analyze/component/contribution.ts | 2 +- .../web/src/modules/lab/model/Analyze/component/utils.tsx | 4 ++-- apps/web/src/modules/lab/model/User/FormInviteUsers.tsx | 4 ++-- apps/web/src/modules/lab/model/User/FormUsers.tsx | 4 ++-- apps/web/src/modules/lab/model/User/FormUsersItem.tsx | 4 ++-- apps/web/src/modules/lab/model/User/index.tsx | 4 ++-- apps/web/src/modules/lab/model/User/type.ts | 2 +- .../Community/SigCenter/MetricContributor/index.tsx | 4 ++-- .../oh/DataView/Community/SigCenter/SigDetailTable.tsx | 2 +- .../src/modules/oh/hooks/useCheckGraduateRiskState.tsx | 4 ++-- apps/web/src/modules/oh/hooks/useCheckRiskState.tsx | 4 ++-- .../web/src/modules/oh/hooks/useCheckSandboxRiskState.tsx | 4 ++-- apps/web/src/modules/os-situation/DataView/ChartsLine.tsx | 2 +- apps/web/src/pages/lab/model/[model]/detail/index.tsx | 4 ++-- apps/web/src/pages/lab/report/[model]/detail/index.tsx | 4 ++-- 28 files changed, 49 insertions(+), 49 deletions(-) diff --git a/apps/web/src/modules/analyze/DataView/MetricDetail/MetricContributor/ContributorTable/DomainPersona.tsx b/apps/web/src/modules/analyze/DataView/MetricDetail/MetricContributor/ContributorTable/DomainPersona.tsx index 17b1ca8f30..5fc02638ba 100644 --- a/apps/web/src/modules/analyze/DataView/MetricDetail/MetricContributor/ContributorTable/DomainPersona.tsx +++ b/apps/web/src/modules/analyze/DataView/MetricDetail/MetricContributor/ContributorTable/DomainPersona.tsx @@ -10,7 +10,7 @@ const PopperContent = ({ dataList, name, active, setActive, origin }) => { const { t } = useTranslation(); const activeItem = dataList .find((item) => item.type === active) - ?.childern.sort((a, b) => b.contribution - a.contribution); + ?.children.sort((a, b) => b.contribution - a.contribution); // const allType = ['Code', 'Code Admin', 'Issue', 'Issue Admin', 'Observe']; return (