fix: feedbacks

This commit is contained in:
ronronscelestes 2022-01-20 17:40:29 +01:00
parent 212c1accdd
commit 048efda2ee

View File

@ -20,7 +20,6 @@ const persistStateToLocaleStorage = {
localStorage.setItem(COMPLETED_STEPS, stringify(currentSteps)); localStorage.setItem(COMPLETED_STEPS, stringify(currentSteps));
}, },
addCurrentStep: currentStep => { addCurrentStep: currentStep => {
console.log('yopo');
localStorage.setItem(CURRENT_STEP, stringify(currentStep)); localStorage.setItem(CURRENT_STEP, stringify(currentStep));
}, },
get: item => { get: item => {