From 47969ce61e9e9b2e88323157b907a5c3c6599cc6 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Thu, 5 Feb 2026 11:10:21 +0800 Subject: [PATCH] fix(web): update key --- .../ApplicationConfig/components/Skill/SkillsItem.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/views/ApplicationConfig/components/Skill/SkillsItem.tsx b/web/src/views/ApplicationConfig/components/Skill/SkillsItem.tsx index 2727a7d1..35dee5ec 100644 --- a/web/src/views/ApplicationConfig/components/Skill/SkillsItem.tsx +++ b/web/src/views/ApplicationConfig/components/Skill/SkillsItem.tsx @@ -1,8 +1,8 @@ /* * @Author: ZhaoYing * @Date: 2026-02-05 10:43:03 - * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-02-05 10:43:03 + * @Last Modified by: ZhaoYing + * @Last Modified time: 2026-02-05 11:10:01 */ import { type FC, useEffect, useRef } from 'react' import { useTranslation } from 'react-i18next' @@ -128,8 +128,8 @@ const SkillsItem: FC = ({ {/* Skill name and description */}
{skill.name}
- -
{skill.desciption}
+ +
{skill.description}