delete styles for slider

This commit is contained in:
Kostya
2024-01-20 20:32:50 +03:00
parent e360977411
commit 527d40347d
2 changed files with 0 additions and 4 deletions

View File

@@ -194,7 +194,6 @@ export default {
let lastNumber = indexString
if (indexString >= 10) {
lastNumber = indexString.slice(1)
console.log(lastNumber)
}
return this.checkLastNumber(lastNumber)
},
@@ -209,7 +208,6 @@ export default {
else {
word = 'шагов'
}
console.log(word)
return word
},
clickedBtnChoice(index, content) {