Skip to content
Snippets Groups Projects
Commit 45309cda authored by Fatih20's avatar Fatih20
Browse files

Add key to skill management iterable.

parent fc053aea
No related merge requests found
...@@ -219,6 +219,7 @@ function SkillManagement() { ...@@ -219,6 +219,7 @@ function SkillManagement() {
onAdd={() => addUserSkillMutation({ skillName, description })} onAdd={() => addUserSkillMutation({ skillName, description })}
onClick={() => setSelectedSkill({ description, skillName })} onClick={() => setSelectedSkill({ description, skillName })}
skillName={skillName} skillName={skillName}
key={skillName}
/> />
) )
)} )}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment