diff --git a/src/components/Agent/SkillList.tsx b/src/components/Agent/SkillList.tsx index c955f97f..8cb4fc16 100644 --- a/src/components/Agent/SkillList.tsx +++ b/src/components/Agent/SkillList.tsx @@ -20,7 +20,7 @@ export const SkillsList: FC = ({ skills }) => { {translate('AVAILABLE_SKILLS')} {`(${skills.length})`} -
+
{sortedSkills.map((skill, index) => (