From 45309cdaa347c5b656ee3b0ca5f3a56432f779e8 Mon Sep 17 00:00:00 2001
From: Fatih20 <fnri39@protonmail.com>
Date: Wed, 15 Nov 2023 02:34:59 +0700
Subject: [PATCH] Add key to skill management iterable.

---
 src/components/profile/SkillManagement.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/profile/SkillManagement.tsx b/src/components/profile/SkillManagement.tsx
index 0648270..c02346c 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}
                 />
               )
             )}
-- 
GitLab