kolejne czesci
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K
2023-12-22 21:20:43 +01:00
parent 4c6c4cf2da
commit 88adb39b19
4 changed files with 13 additions and 14 deletions

View File

@@ -40,7 +40,6 @@ function renderCircles(level, handleCircleClick) {
const SelectedSkill = ({ skill, level, onLevelChange, removeSkillFromList, formData }) => {
const levelss = 'Nice to have';
const handleCircleClick = (levelIndex) => {
const level = levels[levelIndex];
onLevelChange(skill, level);