Skip to content

Commit

Permalink
60 Days of ReactJs
Browse files Browse the repository at this point in the history
  • Loading branch information
amanuchitkar committed Mar 26, 2024
1 parent 8c79caa commit cbf8543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BuildSteps/Skills.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Skills = () => {
variant='solid'
colorScheme='purple'
m={0.5}
key={skill.id}
keys={skill.id}
>
<TagLabel>{skill.name}</TagLabel>
<TagCloseButton onClick={() => deleteSkill(skill.id)} />
Expand Down

0 comments on commit cbf8543

Please sign in to comment.