fix(back-button): remove useless log

This commit is contained in:
RadoslavDimchev 2024-05-11 18:04:46 +03:00 committed by Emil Ivanichkov
parent ad8a91a142
commit 4557ac15ae
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ const BackButton = () => {
}, [activeStep])
const prevPageNameHandler = () => {
console.log(activeStep)
let adjustedStepIndex = activeStep - 1
if (activeStep > 4 && activeStep < 7) {
adjustedStepIndex -= 2