diff --git a/src/components/profile/SkillManagement.tsx b/src/components/profile/SkillManagement.tsx
index 064827022ffd17b8068c4a3a775a1aeea02130e3..c02346c27851cf95aa9705819174f1278ea5982d 100644
--- a/src/components/profile/SkillManagement.tsx
+++ b/src/components/profile/SkillManagement.tsx
@@ -219,6 +219,7 @@ function SkillManagement() {
                   onAdd={() => addUserSkillMutation({ skillName, description })}
                   onClick={() => setSelectedSkill({ description, skillName })}
                   skillName={skillName}
+                  key={skillName}
                 />
               )
             )}