diff --git a/src/scripts/main.js b/src/scripts/main.js index 6f6aa756..c151efaf 100644 --- a/src/scripts/main.js +++ b/src/scripts/main.js @@ -14,7 +14,6 @@ const arrayFromAtributs = arrayInputs.map((item) => { return item.getAttribute('id'); }) - field.forEach((item) => { const labelElement = document.createElement('label'); let curent;