diff --git a/src/scripts/main.js b/src/scripts/main.js index c151efaf..56bfb1e4 100644 --- a/src/scripts/main.js +++ b/src/scripts/main.js @@ -25,6 +25,5 @@ const arrayFromAtributs = arrayInputs.map((item) => { labelElement.setAttribute('for', curent); labelElement.setAttribute('class', 'field-label') - item.prepend(labelElement); });